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

testing mathjax again

parent e2f374c0
No related branches found
No related tags found
No related merge requests found
Pipeline #11130 passed
window.MathJax = {
tex2jax: {
inlineMath: [ ["\\(","\\)"] ],
displayMath: [ ["\\[","\\]"] ]
},
TeX: {
TagSide: "right",
TagIndent: ".8em",
MultLineWidth: "85%",
equationNumbers: {
autoNumber: "AMS",
},
unicode: {
fonts: "STIXGeneral,'Arial Unicode MS'"
}
},
displayAlign: "left",
showProcessingMessages: false,
messageStyle: "none"
};
MathJax.Hub.Config({
"tex2jax": { inlineMath: [ [ '$', '$' ] ], displayMath: [ [ '$$', '$$' ] ] }
});
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
extensions: ["MathMenu.js", "MathZoom.js"]
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment