Files
cs249r_book/kits/_extensions/mlsysbook-ext/titlepage/mathjax.html
Vijay Janapa Reddi 5ed5095118 feat: add titlepage-pdf support for Kits PDF build
Copy mlsysbook-ext/titlepage extension from book and configure
titlepage-pdf format with custom cover page for Hardware Kits PDF.

Build with: quarto render --to titlepage-pdf --profile pdf
2025-12-28 10:59:41 -05:00

16 lines
328 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>