Lines Matching full:mathjax
1194 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
1195 # (see http://www.mathjax.org) which uses client side Javascript for the
1198 # output. When enabled you may also need to install MathJax separately and
1203 # When MathJax is enabled you can set the default output format to be used for
1204 # the MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
1210 # When MathJax is enabled you need to specify the location relative to the
1212 # directory should contain the MathJax.js script. For instance, if the mathjax
1214 # MATHJAX_RELPATH should be ../mathjax. The default value points to
1215 # the MathJax Content Delivery Network so you can quickly see the result without
1216 # installing MathJax.
1218 # copy of MathJax from http://www.mathjax.org before deployment.
1220 MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1222 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
1223 # names that should be enabled during MathJax rendering.
1228 # pieces of code that will be used on startup of the MathJax code.