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?
+2
A:
You mean like MathJax or jsMath? They're two JavaScript libraries that let you embed LaTeX, if you know it.
duffymo
2010-07-02 01:48:25
Thanks. MathJax is exactly what I need, works much better that the image version of doxygen. Now I just need to worry about the massive font directory now :-(
John Smith
2010-07-02 02:20:36