ArdanaLabs / audit

0 stars 0 forks source link

[ops] Rendering a single document from a collection of `.md` files, plus LaTeX! #13

Closed quinn-dougherty closed 2 years ago

quinn-dougherty commented 2 years ago

Ideally when I commit to a src subdir in the audit repo, a job will walk through it according to some top level "table of contents specification" that will assemble each distinct .md as a section of one final document, and the job could even publish/update the output document to Ardana's website. (Isaac and I have not discussed yet how "alive" the audit document will be after launch, if it will be edited at all or how often it will get edited).

This rendering process will probably require LaTeX, because we'd like to discuss the invariant polynomial.

quinn-dougherty commented 2 years ago

Alternatively we could use LaTeX for the whole audit document.

quinn-dougherty commented 2 years ago

Current solution:

problems as of right now:

quinn-dougherty commented 2 years ago

Migrated to default.nix so that local build == action build.

nixinator commented 2 years ago

calling 'pandoc with --verbose , can give you better debug! :-)

quinn-dougherty commented 2 years ago

Thanks! bibliography is currently rendering! :)

quinn-dougherty commented 2 years ago

Gonna close this, but just want to note, if we want the bibliography before the appendix we're going to have to dump a bunch more time into rendering and pandoc and stuff again.