2017-07-28 08:19:06 +02:00
|
|
|
window.MathJax = {
|
2020-12-21 07:09:23 +01:00
|
|
|
tex: {
|
|
|
|
displayMath: [["\\[", "\\]"]],
|
|
|
|
processRefs: false,
|
|
|
|
processEnvironments: false,
|
|
|
|
packages: {
|
|
|
|
"[+]": ["noerrors", "mhchem"],
|
|
|
|
},
|
2020-11-15 20:56:50 +01:00
|
|
|
},
|
2020-12-21 07:09:23 +01:00
|
|
|
startup: {
|
|
|
|
typeset: false,
|
|
|
|
pageReady: () => {
|
|
|
|
return MathJax.startup.defaultPageReady();
|
|
|
|
},
|
2020-11-15 21:21:04 +01:00
|
|
|
},
|
2020-12-21 07:09:23 +01:00
|
|
|
options: {
|
|
|
|
renderActions: {
|
|
|
|
addMenu: [],
|
|
|
|
checkLoading: [],
|
|
|
|
},
|
|
|
|
ignoreHtmlClass: "tex2jax_ignore",
|
|
|
|
processHtmlClass: "tex2jax_process",
|
|
|
|
},
|
|
|
|
loader: {
|
|
|
|
load: ["[tex]/noerrors", "[tex]/mhchem"],
|
2017-09-13 05:08:43 +02:00
|
|
|
},
|
2017-07-28 08:19:06 +02:00
|
|
|
};
|