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/mitex
This 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:
- mitex
Here 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