Files
ieee_template/_extensions/dfolio/ieee/partials/mathjax.html
Valère Plantevin b37e65cc2a first commit
2026-04-18 20:00:07 -04:00

10 lines
252 B
HTML

<!-- This is what works with Quarto -->
<script>
MathJax = {
loader: {load: ['[tex]/mhchem', '[tex]/physics']},
tex: {
tags: 'ams', // should be 'ams', 'none', or 'all'
packages: {'[+]': ['mhchem','physics']}
}
};
</script>