Skip to content
Snippets Groups Projects
Commit 4470e869 authored by James Vasile's avatar James Vasile
Browse files

Document pipeline

parent 3b01ad06
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,14 @@ already be the case. Just run
to build `foo.pdf` from `foo.ltx`. For draft PDFs, use `make foo.draft.pdf`.
## Pipeline and Plugins
We have enabled the use of jinja templates. The Makefile runs
pipeline.py, which applies a series of plugins to the document and its
metadata. Each plugin must implement run(document, metadata) that
returns doucment, metadata. Optionally, a plugin might implement
run_p(document, metadata) that returns true iff the plugin should run.
## Windows
Linux and OS X should generally do the right thing with these
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment