Lines Matching full:mathjax
1777 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1778 # https://www.mathjax.org) which uses client side JavaScript for the rendering
1781 # enabled you may also need to install MathJax separately and configure the path
1788 # With MATHJAX_VERSION it is possible to specify the MathJax version to be used.
1789 # Note that the different versions of MathJax have different requirements with
1790 # regards to the different settings, so it is possible that also other MathJax
1791 # settings have to be changed when switching between the different MathJax
1799 # When MathJax is enabled you can set the default output format to be used for
1800 # the MathJax output. For more details about the output format see MathJax
1802 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1804 # http://docs.mathjax.org/en/latest/web/components/output.html).
1806 # compatibility. This is the name for Mathjax version 2, for MathJax version 3
1808 # for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This
1809 # is the name for Mathjax version 3, for MathJax version 2 this will be
1816 # When MathJax is enabled you need to specify the location relative to the HTML
1818 # should contain the MathJax.js script. For instance, if the mathjax directory
1820 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1822 # MathJax. However, it is strongly recommended to install a local copy of
1823 # MathJax from https://www.mathjax.org before deployment. The default value is:
1824 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1825 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1830 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1831 # extension names that should be enabled during MathJax rendering. For example
1832 # for MathJax version 2 (see https://docs.mathjax.org/en/v2.7-latest/tex.html
1835 # For example for MathJax version 3 (see
1836 # http://docs.mathjax.org/en/latest/input/tex/extensions/index.html):
1843 # of code that will be used on startup of the MathJax code. See the MathJax site
1845 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an