@@ -2800,14 +2800,16 @@ obfuscate email addresses.
28002800 </docs >
28012801 <value name =" MathJax_2" />
28022802 <value name =" MathJax_3" />
2803+ <value name =" MathJax_4" />
28032804 </option >
28042805 <option type =' enum' id =' MATHJAX_FORMAT' defval =' HTML-CSS' depends =' USE_MATHJAX' >
28052806 <docs >
28062807<![CDATA[
28072808 When MathJax is enabled you can set the default output format to be used for
28082809 the MathJax output.
2809- For more details about the output format see <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">MathJax version 2</a>
2810- and <a href="http://docs.mathjax.org/en/latest/web/components/output.html">MathJax version 3</a>.
2810+ For more details about the output format see <a href="https://docs.mathjax.org/en/v2.7/output.html">MathJax version 2</a>,
2811+ <a href="https://docs.mathjax.org/en/v3.2/output/index.html">MathJax version 3</a>
2812+ and <a href="https://docs.mathjax.org/en/v4.0/output/index.htm">MathJax version 4</a>.
28112813]]>
28122814 </docs >
28132815 <value name =" HTML-CSS" desc =" (which is slower, but has the best compatibility. This is the name for Mathjax version 2, for MathJax version 3 this will be translated into \c chtml)" />
@@ -2819,33 +2821,42 @@ obfuscate email addresses.
28192821 <docs >
28202822<![CDATA[
28212823 When MathJax is enabled you need to specify the location relative to the
2822- HTML output directory using the \c MATHJAX_RELPATH option. The destination
2824+ HTML output directory using the \c MATHJAX_RELPATH option. For Mathjax version 2 the destination
28232825 directory should contain the `MathJax.js` script. For instance, if the \c mathjax
28242826 directory is located at the same level as the HTML output directory, then
2825- \c MATHJAX_RELPATH should be <code>../mathjax</code>. The default value points to
2827+ \c MATHJAX_RELPATH should be <code>../mathjax</code>.s
2828+ For Mathjax versions 3 and 3 the destination directory should contain the
2829+ `tex-<format>.js` script (where `<format>` is either `chtml` or `svg`).
2830+ The default value points to
28262831 the MathJax Content Delivery Network so you can quickly see the result without
28272832 installing MathJax. However, it is strongly recommended to install a local
28282833 copy of MathJax from https://www.mathjax.org before deployment.
28292834
28302835 The default value is:
2831- - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
2832- - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
2836+ - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
2837+ - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
2838+ - in case of MathJax version 4: https://cdn.jsdelivr.net/npm/mathjax@4
28332839]]>
28342840 </docs >
28352841 </option >
28362842 <option type =' list' id =' MATHJAX_EXTENSIONS' format =' string' depends =' USE_MATHJAX' >
28372843 <docs >
28382844<![CDATA[
28392845 The \c MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax extension
2840- names that should be enabled during MathJax rendering. For example for MathJax version 2
2841- (see https://docs.mathjax.org/en/v2.7-latest /tex.html#tex-and-latex-extensions ):
2846+ names that should be enabled during MathJax rendering.
2847+ For example for MathJax version 2 (see https://docs.mathjax.org/en/v2.7/tex.html):
28422848\verbatim
28432849MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
28442850\endverbatim
2845- For example for MathJax version 3 (see http ://docs.mathjax.org/en/latest /input/tex/extensions/index.html ):
2851+ For example for MathJax version 3 (see https ://docs.mathjax.org/en/v3.2 /input/tex/extensions/):
28462852\verbatim
28472853MATHJAX_EXTENSIONS = ams
28482854\endverbatim
2855+ For example for MathJax version 4 (see https://docs.mathjax.org/en/v4.0/input/tex/extensions/):
2856+ \verbatim
2857+ MATHJAX_EXTENSIONS = units
2858+ \endverbatim
2859+ Note that for Matjax version 4 quite a few extensions are already automatically loaded.
28492860]]>
28502861 </docs >
28512862 </option >
@@ -2854,9 +2865,10 @@ MATHJAX_EXTENSIONS = ams
28542865<![CDATA[
28552866 The \c MATHJAX_CODEFILE tag can be used to specify a file with JavaScript
28562867 pieces of code that will be used on startup of the MathJax code.
2857- See
2858- <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
2859- for more details.
2868+ See the Mathjax site for more details:
2869+ - <a href="https://docs.mathjax.org/en/v2.7/">MathJax version 2</a>
2870+ - <a href="https://docs.mathjax.org/en/v3.2/">MathJax version 3</a>
2871+ - <a href="https://docs.mathjax.org/en/v4.0/">MathJax version 4</a>
28602872]]>
28612873 </docs >
28622874 <docs doxywizard =' 0' doxyfile =' 0' >
0 commit comments