如何在 MathJax 中对公式进行装箱?

发布于 2024-10-20 11:06:30 字数 98 浏览 0 评论 0原文

如何在 MathJax 中围绕公式绘制方框?

我见过 LaTeX 一般推荐使用 \boxed{} ,但 MathJax 不支持该操作。有没有替代方案可以解决这个问题?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流云如水 2024-10-27 11:06:30

\boxed 位于 AMSmath 扩展中,因此如果您将“TeX/AMSmath.js”放入配置的扩展数组中,您将能够使用 \boxed{} 宏。或者,尝试 \fbox{}。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文