Blist Multilingual Theme
July 14, 2021

Math Typesetting

Posted on July 14, 2021  •  1 minutes  • 114 words
Table of contents

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

In this example we will be using KaTeX

{{ 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} } } $$

Follow me

I work on everything coding and tweet developer memes