15 lines
327 B
HTML
15 lines
327 B
HTML
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
TeX: { equationNumbers: {autoNumber: "AMS"} },
|
|
tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"] ]}
|
|
});
|
|
</script>
|
|
|
|
<!-- This is what works with Quarto -->
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
tags: 'ams' // should be 'ams', 'none', or 'all'
|
|
}
|
|
};
|
|
</script> |