mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +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:
|
with:
|
||||||
mdbook-version: '0.4.4'
|
mdbook-version: '0.4.4'
|
||||||
|
|
||||||
|
- name: Install mdbook-katex
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: install
|
||||||
|
args: mdbook-katex
|
||||||
|
|
||||||
- name: Build halo2 book
|
- name: Build halo2 book
|
||||||
run: mdbook build book/
|
run: mdbook build book/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,5 @@ language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "The halo2 Book"
|
title = "The halo2 Book"
|
||||||
|
|
||||||
|
[preprocessor.katex]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue