The Typst Mate plugin replaces MathJax with Typst for rendering math expressions offering inline math, display math and code block support. It includes productivity features like snippet expansion, symbol completion (with LaTeX command search via backslash), bracket jumping and a linter. The plugin supports preambles and templates called processors, works with nearly all Typst packages and handles custom fonts on desktop. Background rendering keeps things smooth while you type. Context menu options let you copy rendered output as SVG or PNG. Integration exists for Excalidraw, Equation Citator, and various export plugins. Typst Tools provide a symbols viewer, packages browser, handwritten symbol recognition via Detypify, LaTeX-to-Typst conversion through TyLax and a commutative diagram editor.
- It is now correctly syntax-highlighted.
- SymbolSuggest is now shown only when in math mode.
- The .typ Editor has been greatly enhanced.
- In the processor, the
Fit to parent widthoption has been abolished, andFit to note widthhas been introduced. Set the valueWIDTHto the page. - In the processor, the
Use replace alloption has been introduced. Apply processor to MathJaxhas been added to Advanced Settings. When this is enabled,{CODE}will be replaced even in a processor where all MathJax engines are enabled.