From dd1f76bcf1621b3e98572f0914e32f45c48035e6 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Wed, 27 Sep 2023 11:17:33 +0200 Subject: [PATCH] Update mathjax-script-type.js --- docs/assets/js/mathjax-script-type.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/assets/js/mathjax-script-type.js b/docs/assets/js/mathjax-script-type.js index 4a1916b4..9144a910 100644 --- a/docs/assets/js/mathjax-script-type.js +++ b/docs/assets/js/mathjax-script-type.js @@ -15,4 +15,9 @@ MathJax = { }, ''] } } +}; +window.MathJax = { + tex: { + tags: 'ams' + } }; \ No newline at end of file