are there any plans to include MathJax support in doxygen's html output?
MathJax would seem to be a perfect match for doxygen (see http://www.mathjax.org), as
it has a number of advantages compared to the current solution for embedding fomulas
in html:
1) User does not need LaTeX installation
2) Generating PNGs with LaTeX is fairly time consuming
3) PNG's have fixed resolution (I often zoom in the browser, which makes PNGs blurry)
On the other hand with MathJax:
1) Formulas are generated with a client-side script directly in the browser
2) Resolution independence for better scaling
3) Other advantages (e.g. try right clicking a MathJax formula on their site)
4) Copy-paste of formulas between enabled apps
Kind regards
Anders
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
are there any plans to include MathJax support in doxygen's html output?
MathJax would seem to be a perfect match for doxygen (see http://www.mathjax.org), as
it has a number of advantages compared to the current solution for embedding fomulas
in html:
1) User does not need LaTeX installation
2) Generating PNGs with LaTeX is fairly time consuming
3) PNG's have fixed resolution (I often zoom in the browser, which makes PNGs blurry)
On the other hand with MathJax:
1) Formulas are generated with a client-side script directly in the browser
2) Resolution independence for better scaling
3) Other advantages (e.g. try right clicking a MathJax formula on their site)
4) Copy-paste of formulas between enabled apps
Kind regards
Anders