mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 15:41:35 +01:00
682 B
682 B
+++ title = "Math Typesetting" date = "2019-03-08" description = "A brief guide to setup KaTeX" extra.math = true +++
Kita theme support \LaTeX mathematical formulas using KaTeX.
- To enable KaTeX globally set the parameter
extra.mathtotruein a project's configuration - To enable KaTeX on a per page basis include the parameter
extra.math = truein content files
Note: Use the online reference of Supported TeX Functions
Examples
Inline math: $(varphi = dfrac{1+sqrt5}{2}= 1.6180339887…)$
Block math:
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }