Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 907 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 907 Bytes

Use mitex for Typst Math with Quarto

Warning

Experimental extension

This is a Quarto extension that provides support for using the Mitex Typst library to render mathematical expressions.

Installing

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.

Using

To use the extension, add the following to your Quarto document:

filters: 
  - mitex

Example

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