first commit
This commit is contained in:
10
_extensions/dfolio/ieee/partials/mathjax.html
Normal file
10
_extensions/dfolio/ieee/partials/mathjax.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user