openlawdc / formats

generating outputs from the code

Home Page:https://archive.org/details/unofficial_washington_dc_code_one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

generating outputs from the code

https://archive.org/details/unofficial_washington_dc_code_one

License:The Unlicense


Languages

Language:JavaScript 100.0%