tylerperkins.xyz/layouts/partials/math.html

22 lines
442 B
HTML
Raw Permalink Normal View History

2024-12-22 00:17:40 +00:00
<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
},
2025-01-04 23:57:20 +00:00
macros: {
vect: ["\\boldsymbol{#1}", 1]
},
2024-12-22 00:17:40 +00:00
chtml: {
scale: 1.2
}
};
</script>
<style>
.MathJax, .mjx-math {
color: white;
}
</style>