Getting started
Prerequisites
macOS (Homebrew):
brew install protobuf python
brew install --cask mactex-no-gui
brew install mupdf-tools
Linux (Debian/Ubuntu):
sudo apt install texlive-luatex texlive-latex-extra texlive-fonts-recommended \
texlive-extra-utils protobuf-compiler python3-venv
The vanilla integration
python integrations/vanilla/build.py examples/demo -o site
python -m http.server -d site
In a Hugo site
{{< latex >}}
\[ e^{i\pi} + 1 = 0 \]
{{< /latex >}}