How to box a formula in MathJax?

落花浮王杯 提交于 2019-12-05 22:30:33

问题


How do I draw a box around a formula in MathJax?

I've seen \boxed{} recommended for LaTeX in general, but MathJax doesn't support that operation. Is there an alternative that does the trick?


回答1:


\boxed is in the AMSmath extension, so if you put "TeX/AMSmath.js" in the extensions array of your configuration, you will be able to use the \boxed{} macro. Alternatively, try \fbox{}.



来源:https://stackoverflow.com/questions/5184977/how-to-box-a-formula-in-mathjax

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!