GNOME Bugzilla – Bug 692227
MathJax commands
Last modified: 2013-05-20 13:53:29 UTC
Currently it is not possible to give MathJax commands to the generated pages. It is only possible to set the MATHJAX_FORMAT and MATHJAX_EXTENSIONS. It would be good to be able to give other commands as well like enabling / disabling the menus in the Math Menu (like e.g. Math Renderer) or setting certain default values.
Created attachment 234038 [details] [review] PATCH: Possibility to specify MAthJax commands This Patch gives the possibility to supply extra MathJax commands, see documentation for a small example. For more possibilities see the MathJax documentation.
I would prefer a command that points to a file, where the contents of the file are inserted. This is more in line with the other commands for headers, footers, and stylesheets, etc.
Created attachment 237265 [details] [review] PATCH: Possibility to specify MathJax commands based on a file This Patch gives the possibility to supply extra MathJax commands, see documentation for a small example. For more possibilities see the MathJax documentation. Contrary to the previous patch, now obsolete, this patch uses a file for the extra code instead of using the code from the Doxyfile
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Works as expected