Skip to content
Snippets Groups Projects
Commit 93aa16e1 authored by Maciej Topyla's avatar Maciej Topyla
Browse files

Switch back to mathjax output/SVG

parent 6bff4be0
No related branches found
No related tags found
1 merge request!39Fixing the vertical offset in inline math rendered by mathjax output/CommonHTML
Pipeline #122124 passed
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
jax: ["input/TeX" , "output/SVG"],
tex2jax: {
inlineMath: [ ['$','$'] ],
processEscapes: true
},
extensions: ["MathMenu.js", "MathZoom.js"]
});
});
\ No newline at end of file
......@@ -56,7 +56,7 @@ extra_css:
- 'styles/mathjax_overflowfix.css'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_CHTML'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_SVG'
- 'scripts/mathjaxhelper.js'
copyright: "Copyright © 2019-2022 Delft University of Technology, CC-BY-SA 4.0."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment