• Home
  • Raw
  • Download

Lines Matching full:mathjax

1786 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1787 # https://www.mathjax.org) which uses client side JavaScript for the rendering
1790 # enabled you may also need to install MathJax separately and configure the path
1797 # With MATHJAX_VERSION it is possible to specify the MathJax version to be used.
1798 # Note that the different versions of MathJax have different requirements with
1799 # regards to the different settings, so it is possible that also other MathJax
1800 # settings have to be changed when switching between the different MathJax
1808 # When MathJax is enabled you can set the default output format to be used for
1809 # the MathJax output. For more details about the output format see MathJax
1811 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1813 # http://docs.mathjax.org/en/latest/web/components/output.html).
1815 # compatibility. This is the name for Mathjax version 2, for MathJax version 3
1817 # for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This
1818 # is the name for Mathjax version 3, for MathJax version 2 this will be
1825 # When MathJax is enabled you need to specify the location relative to the HTML
1827 # should contain the MathJax.js script. For instance, if the mathjax directory
1829 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1831 # MathJax. However, it is strongly recommended to install a local copy of
1832 # MathJax from https://www.mathjax.org before deployment. The default value is:
1833 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1834 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1839 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1840 # extension names that should be enabled during MathJax rendering. For example
1841 # for MathJax version 2 (see
1842 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1844 # For example for MathJax version 3 (see
1845 # http://docs.mathjax.org/en/latest/input/tex/extensions/index.html):
1852 # of code that will be used on startup of the MathJax code. See the MathJax site
1854 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an