@@ -2800,14 +2800,16 @@ obfuscate email addresses.
2800
2800
</docs >
2801
2801
<value name =" MathJax_2" />
2802
2802
<value name =" MathJax_3" />
2803
+ <value name =" MathJax_4" />
2803
2804
</option >
2804
2805
<option type =' enum' id =' MATHJAX_FORMAT' defval =' HTML-CSS' depends =' USE_MATHJAX' >
2805
2806
<docs >
2806
2807
<![CDATA[
2807
2808
When MathJax is enabled you can set the default output format to be used for
2808
2809
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>.
2811
2813
]]>
2812
2814
</docs >
2813
2815
<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.
2819
2821
<docs >
2820
2822
<![CDATA[
2821
2823
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
2823
2825
directory should contain the `MathJax.js` script. For instance, if the \c mathjax
2824
2826
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
2826
2831
the MathJax Content Delivery Network so you can quickly see the result without
2827
2832
installing MathJax. However, it is strongly recommended to install a local
2828
2833
copy of MathJax from https://www.mathjax.org before deployment.
2829
2834
2830
2835
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
2833
2839
]]>
2834
2840
</docs >
2835
2841
</option >
2836
2842
<option type =' list' id =' MATHJAX_EXTENSIONS' format =' string' depends =' USE_MATHJAX' >
2837
2843
<docs >
2838
2844
<![CDATA[
2839
2845
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):
2842
2848
\verbatim
2843
2849
MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
2844
2850
\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/):
2846
2852
\verbatim
2847
2853
MATHJAX_EXTENSIONS = ams
2848
2854
\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.
2849
2860
]]>
2850
2861
</docs >
2851
2862
</option >
@@ -2854,9 +2865,10 @@ MATHJAX_EXTENSIONS = ams
2854
2865
<![CDATA[
2855
2866
The \c MATHJAX_CODEFILE tag can be used to specify a file with JavaScript
2856
2867
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>
2860
2872
]]>
2861
2873
</docs >
2862
2874
<docs doxywizard =' 0' doxyfile =' 0' >
0 commit comments