aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f71f6c..aafde4e 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,18 @@ dune exec colitur -- temporal 2026 # the EF temporal cycle only, one line per d
dune exec colitur -- day 2026 # the full resolved EF calendar (temporal + sanctoral)
```
+## Rendering
+
+```sh
+dune exec colitur -- table --year 2027 --template templates/ef/ordo.tex > ordo.tex && pdflatex ordo.tex
+dune exec colitur -- table --year 2027 --template templates/ef/grid.tex > grid.tex && pdflatex grid.tex
+dune exec colitur -- publish --from 2027 --to 2027 --out ./public
+```
+
+See `colitur-templates(5)` for the template format (syntax, escaping, the
+full field reference) and `colitur(1)` for `emit`, `table`/`render` and
+`publish` in full.
+
## License
AGPL-3.0-or-later. See `LICENSE`.