mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
book: Add KaTeX support
This commit is contained in:
parent
7e5ed236ba
commit
a9146ae472
2 changed files with 8 additions and 0 deletions
6
.github/workflows/book.yml
vendored
6
.github/workflows/book.yml
vendored
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,3 +4,5 @@ language = "en"
|
|||
multilingual = false
|
||||
src = "src"
|
||||
title = "The halo2 Book"
|
||||
|
||||
[preprocessor.katex]
|
||||
|
|
|
|||
Loading…
Reference in a new issue