After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692227 - MathJax commands
MathJax commands
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.3.1-SVN
Other Windows
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-21 18:54 UTC by albert
Modified: 2013-05-20 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: Possibility to specify MAthJax commands (4.79 KB, patch)
2013-01-21 18:57 UTC, albert
none Details | Review
PATCH: Possibility to specify MathJax commands based on a file (5.51 KB, patch)
2013-02-24 09:48 UTC, albert
none Details | Review

Description albert 2013-01-21 18:54:41 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.
Comment 1 albert 2013-01-21 18:57:36 UTC
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.
Comment 2 Dimitri van Heesch 2013-02-23 09:57:50 UTC
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.
Comment 3 albert 2013-02-24 09:48:51 UTC
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
Comment 4 Dimitri van Heesch 2013-03-31 08:30:18 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 5 Dimitri van Heesch 2013-05-19 12:35:27 UTC
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.
Comment 6 albert 2013-05-20 13:53:29 UTC
Works as expected