diff --git a/src/scripts/mathjaxhelper.js b/src/scripts/mathjaxhelper.js
new file mode 100644
index 0000000000000000000000000000000000000000..bec7b177c7c1d2ca063f416db4af27fed5e6b824
--- /dev/null
+++ b/src/scripts/mathjaxhelper.js
@@ -0,0 +1,5 @@
+MathJax.Hub.Config({
+  config: ["MMLorHTML.js"],
+  jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
+  extensions: ["MathMenu.js", "MathZoom.js"]
+});