tylerperkins.xyz/layouts/partials/math.html
Tyler Perkins 36d56abc70
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 30s
Deploy Hugo site to Pages / deploy (push) Has been skipped
Add modeling thought
2025-01-04 18:57:20 -05:00

22 lines
442 B
HTML

<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)']] // inline
},
macros: {
vect: ["\\boldsymbol{#1}", 1]
},
chtml: {
scale: 1.2
}
};
</script>
<style>
.MathJax, .mjx-math {
color: white;
}
</style>