added yaml-config file for pandoc and put the resulting pdf files in .gitignore
This commit is contained in:
parent
e1bdd4000c
commit
8edac16879
3 changed files with 19 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
hacc_eV_Satzung_en.pdf
|
||||||
|
hacc_eV_Satzung.pdf
|
|
@ -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
13
statutes.yaml
Normal 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
|
Loading…
Reference in a new issue