Warning
Experimental extension
This is a Quarto extension that provides support for using the Mitex Typst library to render mathematical expressions.
quarto add quarto-ext/mitexThis will install the extension under the _extensions subdirectory. If
you’re using version control, you will want to check in this directory.
To use the extension, add the following to your Quarto document:
filters:
- mitexHere is the source code for a minimal example: example.qmd.
- Inline Math will be wrapped in a Typst RawInline using
#mi() - Display Math will be transformat to Typst RawBlock using
#mitex()
See built PDF and source
.typ