用 html 编写类似 Doxygen 的方程
Doxygen 能够使用 LaTeX 生成带有内联方程的代码(我是一名 TeXnician)。我想对 html 页面做同样的事情。我怎样才能实现这个目标? doxygen 使用什么来实现它?
Doxygen has the ability to produce code with inline equations with LaTeX (I am a TeXnician). I want to do the same thing just for html pages. How can I achieve this? What does doxygen use to achieve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是 MathJax 或 jsMath?如果您知道的话,它们是两个可以让您嵌入 LaTeX 的 JavaScript 库。
You mean like MathJax or jsMath? They're two JavaScript libraries that let you embed LaTeX, if you know it.