- Clone repository with
--recursive
to also checkout the mathbook repository- if you forgot
--recursive
, dogit submodule update --init --recursive
- if you forgot
npm install
-- to get pug
- html:
make
ormake html
- pdf:
make pdf
- jupyter:
make jupyter
for the ipynb files - sagews:
make sagews
make update
make clean
You have to make yourself acquainted with two technologies:
- MathBook XML
- Pug language to avoid XML
- Christine Miles