Skip to content

Commit 150db59

Browse files
add explanation of make process to README
1 parent c2aac7e commit 150db59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ This book will be an undergraduate textbook written in the univalent style, taki
4343
4444
Go [here for the current draft of the book](https://unimath.github.io/SymmetryBook/book.pdf).
4545
46+
## Compiling the book
47+
48+
To speed up compilation while writing the book, we cache the macros as a TeX format, and we externalize most of the figures,
49+
so that they're only compiled once (or when necessary after changes to them).
50+
This is managed with the Makefile, so just run `make`. The first run takes about 5–10 minutes, but subsequent compilations should finish in seconds.
51+
4652
## An icosahedron for your viewing pleasure
4753
4854
Go [here for an interactive icosahedron](https://unimath.github.io/SymmetryBook/icosahedron.html)

0 commit comments

Comments
 (0)