如何在jqMath中的格式化表达式中保留空格
我正在使用 jqMath 作为数学方程格式化程序。我不想从表达式中删除空格和换行符。我怎样才能做到这一点?我已经尝试了很多,但找不到任何解决方案。
I am using jqMath for Math equation formatter. I don't want to remove spaces and newline character from the expression. How can I do that? I have tried a lot but I coudn't find any solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
来自作者...
更新:新版本已发布,支持/text和/html
from the author ...
Update : New version is out which support /text and /html
使用 \text 和 "" 用于在公式内提供空格
HTML 源代码: [\text"平均速度" = \text"行驶距离" / \text"经过时间"]
< br>
结果:
此示例位于 http://mathscribe.com/author/jqmath.html
Using \text and "" is used to give space inside the formula
HTML source : [\text"average speed" = \text"distance traveled" / \text"elapsed time"]
Result :
this example is available in http://mathscribe.com/author/jqmath.html
更新:如果您偶然发现这一点,jqmath 添加了
\,
\:
和\;
运算符,用于指定细、中和粗的白色间距。Update: If you stumble on this, jqmath has added
\,
\:
and\;
operaters that specify thin, mid, and thicker white spacing.看起来不太可能做到。引用您提供的页面:
It doesn't look like it can be done. To quote the page you provided: