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
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.