Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MathJaxの数式の周りにボックスを描画するにはどうすればよいですか?
一般的にLaTeXに推奨される\boxed{}を見てきましたが、MathJaxはその操作をサポートしていません。トリックを行う代替手段はありますか?
\boxed は AMSmath 拡張機能に含まれているため、構成の extensions 配列に「TeX/AMSmath.js」を配置すると、\boxed{} マクロを使用できるようになります。または、\fbox{} を試してください。