summary:
- Adds LaTeX math rendering to Quartz.
- Syntax: Latex.
Note
Plugin configuration: Configuration.
Configuration
renderEngine:
- Renderer.
- values:
"katex": default; KaTeX"mathjax": MathJax SVG rendering"typst": Typst
customMacros:
- Macro map.
- example:
{"\\R": "\\mathbb{R}"}
katexOptions:
- KaTeX options.
- reference: KaTeX docs
mathJaxOptions:
- MathJax options.
- reference: MathJax docs
typstOptions:
- Typst options.
API
category: Transformer
function: ExternalPlugin.Latex()
source: quartz-community/latex
install: npx quartz plugin add github:quartz-community/latex