Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 770 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 770 Bytes

creating our statute with pandoc

To use the make file you will need pandoc and libreoffice.

Edit Satzung.md as needed.

make will generate an Satzung.odt, Satzung.pdf and Satzung.docx.

make odt will only generate Satzung.odt.
make pdf, make docx will generate the odt and the file with the respective ending.

make clean will delete all generated files.

Satzung mit pandoc erstellen

Um das script zu nutzen muss pandoc und libreoffice installiert sein.

Passen Sie Satzung.md wie benötigt an.

make wird Satzung.odt, Satzung.pdf und Satzung.docx erstellen.

make odt erstellt nur Satzung.odt.
make pdf, make docx erstellen Satzung.odt und die Datei mit der entsprechenden Endung.

make clean löscht alle erstellten Dateien.