开发者

How to box a formula in MathJax?

开发者 https://www.devze.com 2023-02-15 03:36 出处:网络
How do I draw a box around a formula in MathJax? I\'ve seen \\boxed{} 开发者_JS百科recommended for LaTeX in general, but MathJax doesn\'t support that operation. Is there an alternative that does the

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

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


\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{}.

0

精彩评论

暂无评论...
验证码 换一张
取 消