added yaml-config file for pandoc and put the resulting pdf files in .gitignore

master
Raphael Weniger 2021-05-14 10:50:13 +02:00
parent e1bdd4000c
commit 8edac16879
3 changed files with 19 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
hacc_eV_Satzung_en.pdf
hacc_eV_Satzung.pdf

View File

@ -1,3 +1,5 @@
To get a pdf file out of the mark down file use pandoc:
To get a pdf file out of the mark down file use pandoc like:
pandoc hacc_eV_Satzung.md -o hacc_eV_Satzung.odt
pandoc -d statutes.yaml hacc_eV_Satzung.md -o hacc_eV_Satzung.pdf
You will need tex live with open sans fonts.

13
statutes.yaml Normal file
View File

@ -0,0 +1,13 @@
variables:
documentclass: article
papersize: a4
geometry:
- top=30mm
- bottom=30mm
- left=25mm
- right=25mm
- heightrounded
fontfamily: opensans
fontfamilyoptions:
- default
fontsize: 11pt