Math Typesetting

Posted on 2019-03-08. Last updated on 2021-10-01 (history). Approx 200 words. Approx 1 minutes read.

Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.

In this example we will be using KaTeX

1
2
3
{{ if or .Params.math .Site.Params.math }}
{{ partial "math.html" . }}
{{ end }}

Note: Use the online reference of Supported TeX Functions

### Examples

Block math: $$ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } $$