@@ -2813,14 +2813,16 @@ obfuscate email addresses.
28132813 </docs >
28142814 <value name =" MathJax_2" />
28152815 <value name =" MathJax_3" />
2816+ <value name =" MathJax_4" />
28162817 </option >
28172818 <option type =' enum' id =' MATHJAX_FORMAT' defval =' HTML-CSS' depends =' USE_MATHJAX' >
28182819 <docs >
28192820<![CDATA[
28202821 When MathJax is enabled you can set the default output format to be used for
28212822 the MathJax output.
2822- For more details about the output format see <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">MathJax version 2</a>
2823- and <a href="http://docs.mathjax.org/en/latest/web/components/output.html">MathJax version 3</a>.
2823+ For more details about the output format see <a href="https://docs.mathjax.org/en/v2.7/output.html">MathJax version 2</a>,
2824+ <a href="https://docs.mathjax.org/en/v3.2/output/index.html">MathJax version 3</a>
2825+ and <a href="https://docs.mathjax.org/en/v4.0/output/index.htm">MathJax version 4</a>.
28242826]]>
28252827 </docs >
28262828 <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)" />
@@ -2832,33 +2834,42 @@ obfuscate email addresses.
28322834 <docs >
28332835<![CDATA[
28342836 When MathJax is enabled you need to specify the location relative to the
2835- HTML output directory using the \c MATHJAX_RELPATH option. The destination
2837+ HTML output directory using the \c MATHJAX_RELPATH option. For Mathjax version 2 the destination
28362838 directory should contain the `MathJax.js` script. For instance, if the \c mathjax
28372839 directory is located at the same level as the HTML output directory, then
2838- \c MATHJAX_RELPATH should be <code>../mathjax</code>. The default value points to
2840+ \c MATHJAX_RELPATH should be <code>../mathjax</code>.s
2841+ For Mathjax versions 3 and 4 the destination directory should contain the
2842+ `tex-<format>.js` script (where `<format>` is either `chtml` or `svg`).
2843+ The default value points to
28392844 the MathJax Content Delivery Network so you can quickly see the result without
28402845 installing MathJax. However, it is strongly recommended to install a local
28412846 copy of MathJax from https://www.mathjax.org before deployment.
28422847
28432848 The default value is:
2844- - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
2845- - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
2849+ - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
2850+ - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
2851+ - in case of MathJax version 4: https://cdn.jsdelivr.net/npm/mathjax@4
28462852]]>
28472853 </docs >
28482854 </option >
28492855 <option type =' list' id =' MATHJAX_EXTENSIONS' format =' string' depends =' USE_MATHJAX' >
28502856 <docs >
28512857<![CDATA[
28522858 The \c MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax extension
2853- names that should be enabled during MathJax rendering. For example for MathJax version 2
2854- (see https://docs.mathjax.org/en/v2.7-latest /tex.html#tex-and-latex-extensions ):
2859+ names that should be enabled during MathJax rendering.
2860+ For example for MathJax version 2 (see https://docs.mathjax.org/en/v2.7/tex.html):
28552861\verbatim
28562862MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
28572863\endverbatim
2858- For example for MathJax version 3 (see http ://docs.mathjax.org/en/latest /input/tex/extensions/index.html ):
2864+ For example for MathJax version 3 (see https ://docs.mathjax.org/en/v3.2 /input/tex/extensions/):
28592865\verbatim
28602866MATHJAX_EXTENSIONS = ams
28612867\endverbatim
2868+ For example for MathJax version 4 (see https://docs.mathjax.org/en/v4.0/input/tex/extensions/):
2869+ \verbatim
2870+ MATHJAX_EXTENSIONS = units
2871+ \endverbatim
2872+ Note that for Mathjax version 4 quite a few extensions are already automatically loaded.
28622873]]>
28632874 </docs >
28642875 </option >
@@ -2867,9 +2878,10 @@ MATHJAX_EXTENSIONS = ams
28672878<![CDATA[
28682879 The \c MATHJAX_CODEFILE tag can be used to specify a file with JavaScript
28692880 pieces of code that will be used on startup of the MathJax code.
2870- See
2871- <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
2872- for more details.
2881+ See the Mathjax site for more details:
2882+ - <a href="https://docs.mathjax.org/en/v2.7/">MathJax version 2</a>
2883+ - <a href="https://docs.mathjax.org/en/v3.2/">MathJax version 3</a>
2884+ - <a href="https://docs.mathjax.org/en/v4.0/">MathJax version 4</a>
28732885]]>
28742886 </docs >
28752887 <docs doxywizard =' 0' doxyfile =' 0' >
0 commit comments