diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d57ead6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +hacc_eV_Satzung_en.pdf +hacc_eV_Satzung.pdf diff --git a/README.md b/README.md index 93f2ae5..d5f2688 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/statutes.yaml b/statutes.yaml new file mode 100644 index 0000000..8858cd5 --- /dev/null +++ b/statutes.yaml @@ -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