diff options
-rw-r--r-- | lpm.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lpm.toml b/lpm.toml index 5f86f93..d8f25f3 100644 --- a/lpm.toml +++ b/lpm.toml @@ -2,14 +2,14 @@ main_file = "satzung.tex" [templates] section = ''' -%! TEX root = ../../../main.tex +%! TEX root = ../../../satzung.tex % LTeX: language=de-DE \paracount{} % "REPLACMENT_SECTION_TITLE" DATE Dies ist ein paragraph ''' chapter = ''' -%! TEX root = ../../main.tex +%! TEX root = ../../satzung.tex % LTeX: language=de-DE \sectionc{REPLACEMENT_CHAPTER} |