[Doxygen-develop] Doxygen + MathJax
Brought to you by:
dimitri
From: Anders W. K. <awk...@gm...> - 2010-08-29 11:51:38
|
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) Kind regards Anders |