From 9d377033c55138bd507d6ac056a7aaf9001f1b4c Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 11 Sep 2020 19:57:39 -0400 Subject: [PATCH] setup: mathjax config script file backup --- docs/mathjax-config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/mathjax-config.js diff --git a/docs/mathjax-config.js b/docs/mathjax-config.js new file mode 100644 index 0000000..bec7b17 --- /dev/null +++ b/docs/mathjax-config.js @@ -0,0 +1,5 @@ +MathJax.Hub.Config({ + config: ["MMLorHTML.js"], + jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"], + extensions: ["MathMenu.js", "MathZoom.js"] +});