summary refs log tree commit diff stats
path: root/lpm.toml
blob: 5f86f9342aa2387a90e7b090661d9784ac575264 (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 = ../../../main.tex
% LTeX: language=de-DE

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

\sectionc{REPLACEMENT_CHAPTER}
'''