Initial commit

This commit is contained in:
Bastien Dumont
2022-11-13 19:32:36 +01:00
commit c4bbc57605
21 changed files with 5518 additions and 0 deletions

6
doc/Makefile Normal file
View File

@ -0,0 +1,6 @@
crossrefenum.pdf: crossrefenum.md ../CHANGELOG.md \
TEMPLATE_crossrefenum.context fixes.lua
pandoc -o crossrefenum.pdf --pdf-engine=context \
--template=TEMPLATE_crossrefenum.context \
-L fixes.lua \
crossrefenum.md ../CHANGELOG.md