diff --git a/public/index.html b/public/index.html index 7ef8a8a4..99e3b51e 100644 --- a/public/index.html +++ b/public/index.html @@ -13,41 +13,178 @@ window.MathJax = { tex: { inlineMath: [ - ['$', '$'], - ['\\\\(', '\\\\)'], - ['\\(', '\\)'], - ['[mathjaxinline]', '[/mathjaxinline]'], - ['\\begin{math}', '\\end{math}'], + ["$", "$"], + ["\\\\(", "\\\\)"], + ["\\(", "\\)"], + ["[mathjaxinline]", "[/mathjaxinline]"], + ["\\begin{math}", "\\end{math}"], ], displayMath: [ - ['[mathjax]', '[/mathjax]'], - ['$$', '$$'], - ['\\\\[', '\\\\]'], - ['\\[', '\\]'], - ['\\begin{displaymath}', '\\end{displaymath}'], - ['\\begin{equation}', '\\end{equation}'], + ["[mathjax]", "[/mathjax]"], + ["$$", "$$"], + ["\\\\[", "\\\\]"], + ["\\[", "\\]"], + ["\\begin{displaymath}", "\\end{displaymath}"], + ["\\begin{equation}", "\\end{equation}"], ], processEscapes: true, processEnvironments: true, autoload: { color: [], - colorv2: ['color'] + colorv2: ["color"], }, - packages: {'[+]': ['noerrors']} + packages: { "[+]": ["noerrors"] }, }, options: { - ignoreHtmlClass: 'tex2jax_ignore', - processHtmlClass: 'tex2jax_process' + ignoreHtmlClass: "tex2jax_ignore", + processHtmlClass: "tex2jax_process", }, loader: { - load: ['input/asciimath', '[tex]/noerrors'] - } + load: ["input/asciimath", "[tex]/noerrors"], + }, }; - - +
+ + + +