mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
19 lines
578 B
HTML
19 lines
578 B
HTML
|
<script type="text/x-mathjax-config">
|
||
|
MathJax.Hub.Config({
|
||
|
tex2jax: {
|
||
|
inlineMath: [['$','$'], ['\\(','\\)']],
|
||
|
displayMath: [['$$','$$'], ['\\[','\\]']],
|
||
|
processEscapes: true,
|
||
|
processEnvironments: true,
|
||
|
menuSettings: { zoom: "Double-Click" },
|
||
|
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
|
||
|
TeX: { equationNumbers: { autoNumber: "AMS" },
|
||
|
extensions: ["AMSmath.js", "AMSsymbols.js"] }
|
||
|
}
|
||
|
});
|
||
|
</script>
|
||
|
|
||
|
<script type="text/javascript"
|
||
|
src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||
|
</script>
|