Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 762 Bytes

formats

Turn the JSON documents created by our parser into formats. Eventual goals:

  • High-quality PDF for printing & storage
  • Documentation-friendly formats for autogeneration in systems like Sphinx and Jekyll

Currently:

npm install
make

Requires node.js and XeTeX.

Approach:

Everything is up in the air. Initial approach is to generate Markdown with markdown.js because it's a relatively tolerant format, especially compared to LaTeX. From there, possibly pandoc to other formats, or wkhtmltopdf to PDF output.