如何将MathJax公式转换为img

如何将MathJax公式转换为img

本文介绍了如何将MathJax公式转换为img的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Mathjax现在在我的项目中运作良好。但有一个问题。有没有办法将MathJax的公式(纯html和css)转换为img文件。我可以保存。

Mathjax now is working well in my project. but there is one problem. is there any way to convert MathJax's formula(pure html and css) into a img file. that I can save.

推荐答案

MathJax可以配置为生成SVG。请参阅关于可移植性。

MathJax can be configured to produce an SVG. See http://docs.mathjax.org/en/latest/output.html about the portability.

现在有一个简单的解决方案可以在服务器上使用mathjax生成SVG:

对于PNG,请参阅:

There is now an easy solution to produce SVG with mathjax on a server: https://github.com/mathjax/MathJax-node
For PNG see:
https://github.com/pkra/mathjax-node-svg2png

这篇关于如何将MathJax公式转换为img的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 04:57