Skip to content

PDF Edition

martin-henz edited this page Jun 29, 2019 · 7 revisions

XML2Latex

Requirements

For development & deployment:

  • node.js

Set up

Run npm install to install dependencies.

Generating Latex Files

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.

Generating PDF using latexmk

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.

Clone this wiki locally