jqMath highlight box like bbox in MathJax/MathJs

南笙酒味 提交于 2019-12-17 21:32:32

问题


Does jqmath have support for adding custom containers inside of final render?

Basically is there any equivalent to bbox in MathJax/MathJs http://www.mathjax.org/docs/2.0/tex.html#bbox?


回答1:


The \id and \cl macros will give a subexpression an id or class, and you can then style it with CSS. For example, \id "some-id" {x+y} or x + \cl "some-class" y.



来源:https://stackoverflow.com/questions/11805054/jqmath-highlight-box-like-bbox-in-mathjax-mathjs

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