I know that MathJax can render LaTeX mathematical expressions as text.

Can MathJax render LaTeX math expressions as images? I can't find any information about this in the help documentation. If so, could you tell me the details? Thanks!

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

I assume you're asking whether MathJax can render math expression as images. Unfortunately, the answer is no: the only output formats are HTML-with-CSS and MathML, according to the documentation. Of course, you could try to convert the resulting HTML+CSS to an image using some other method/library.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.