diff options
Diffstat (limited to 'templates/latex/lpm.toml')
-rw-r--r-- | templates/latex/lpm.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/latex/lpm.toml b/templates/latex/lpm.toml index 5a3565d..636eae9 100644 --- a/templates/latex/lpm.toml +++ b/templates/latex/lpm.toml @@ -4,7 +4,7 @@ number = 0 [templates] section = ''' -%! TEX root = ../../../main.tex +%! TEX root = ../../../%INIT_APPLICATION_NAME % LTeX: language=en-GB \section{REPLACMENT_SECTION_TITLE} % DATE @@ -12,7 +12,7 @@ This is some text ''' chapter = ''' -%! TEX root = ../../main.tex +%! TEX root = ../../%INIT_APPLICATION_NAME % LTeX: language=en-GB \chapter{REPLACEMENT_CHAPTER} |