summary refs log tree commit diff stats
path: root/lpm.toml
blob: d8f25f3de68cbae9e24bfa83c6cf50996d1d60ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
main_file = "satzung.tex"

[templates]
section = '''
%! TEX root = ../../../satzung.tex
% LTeX: language=de-DE

\paracount{} % "REPLACMENT_SECTION_TITLE" DATE
Dies ist ein paragraph
'''
chapter = '''
%! TEX root = ../../satzung.tex
% LTeX: language=de-DE

\sectionc{REPLACEMENT_CHAPTER}
'''