-
Notifications
You must be signed in to change notification settings - Fork 133
PDF Edition
XinYue edited this page Apr 16, 2020
·
7 revisions
For development & deployment:
- node.js
Run npm install to install dependencies.
Run npm start pdf.
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.