Skip to content

openlawdc/formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.