Skip to content

quarto-ext/mitex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages