book: Add KaTeX support

This commit is contained in:
Jack Grigg 2020-12-10 20:09:47 +00:00
parent 7e5ed236ba
commit a9146ae472
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,12 @@ jobs:
with:
mdbook-version: '0.4.4'
- name: Install mdbook-katex
uses: actions-rs/cargo@v1
with:
command: install
args: mdbook-katex
- name: Build halo2 book
run: mdbook build book/

View file

@ -4,3 +4,5 @@ language = "en"
multilingual = false
src = "src"
title = "The halo2 Book"
[preprocessor.katex]