views:

31

answers:

1

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
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