-
Notifications
You must be signed in to change notification settings - Fork 128
PDF Edition
martin-henz edited this page Jun 29, 2019
·
7 revisions
For development & deployment:
- node.js
Run npm install
to install dependencies.
Run npm start
.
This will also warn of some potential errors in the xml.
Latex files will be in the latex folder. Compile sicpjs.tex with XeLaTex+MakeIndex+BibTex for the pdf version.
If you have latexmk
installed, you can automate the generation of the PDF by running:
make pdf
The generated PDF file will be in latex/sicpjs.pdf
.