mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 01:29:07 -05:00
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
16 lines
328 B
HTML
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>
|