A template for a quarto book with the following features:
- global tex macros
- h5p standalone integration
- LaTeX package aligned-overset
- opinionated defaults (e.g. activated search, footnotes-on-hover, etc.)
You can find the documentation, which also acts as a demo here: https://FelixBenning.github.io/math-book
-
Use as a new template
quarto use template FelixBenning/math-book
-
Add this to an existing quarto projects use
quarto add template FelixBenning/math-book
-
copy the
_macro_processing.qmdfile manually and add{{< include _macro_processing.qmd>}}at the top of every
.qmdfile where the global macros inmacros.texare used (make sure this file exists). -
use the
math-book-htmlandmath-book-pdfformats.
-