Skip to content
Snippets Groups Projects
Commit e2f374c0 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

testing mathjax

parent da9b3074
No related branches found
No related tags found
No related merge requests found
Pipeline #11129 passed
...@@ -32,7 +32,7 @@ markdown_extensions: ...@@ -32,7 +32,7 @@ markdown_extensions:
- pymdownx.details - pymdownx.details
extra_javascript: extra_javascript:
- 'scripts/mathjaxhelper.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML' - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML'
- 'https://cdn.plot.ly/plotly-latest.min.js' - 'https://cdn.plot.ly/plotly-latest.min.js'
- 'scripts/mathjaxhelper.js'
copyright: "Copyright © 2017-2018 Delft University of Technology, CC-BY-SA-NC 4.0." copyright: "Copyright © 2017-2018 Delft University of Technology, CC-BY-SA-NC 4.0."
MathJax.Hub.Config({ window.MathJax = {
config: ["MMLorHTML.js"], tex2jax: {
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"], inlineMath: [ ["\\(","\\)"] ],
extensions: ["MathMenu.js", "MathZoom.js"] displayMath: [ ["\\[","\\]"] ]
}); },
TeX: {
TagSide: "right",
TagIndent: ".8em",
MultLineWidth: "85%",
equationNumbers: {
autoNumber: "AMS",
},
unicode: {
fonts: "STIXGeneral,'Arial Unicode MS'"
}
},
displayAlign: "left",
showProcessingMessages: false,
messageStyle: "none"
};
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