about summary refs log tree commit diff stats
path: root/templates/latex/academia/lpm.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 18:59:02 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 18:59:02 +0200
commit86de16dd27c67732a0e163c46c23314fcddfce5f (patch)
tree5f8a9e5a5d1c2e7a6daa9aa3fa17d56d6ee8296d /templates/latex/academia/lpm.toml
parentfeat(common/init): Support template specific drop-in scripts (diff)
downloadflake-templates-86de16dd27c67732a0e163c46c23314fcddfce5f.tar.gz
flake-templates-86de16dd27c67732a0e163c46c23314fcddfce5f.zip
feat(templates/latex/academia): Support changing the language
Diffstat (limited to 'templates/latex/academia/lpm.toml')
-rw-r--r--templates/latex/academia/lpm.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/latex/academia/lpm.toml b/templates/latex/academia/lpm.toml
index 0925886..d72f80f 100644
--- a/templates/latex/academia/lpm.toml
+++ b/templates/latex/academia/lpm.toml
@@ -3,15 +3,14 @@ main_file = "%INIT_APPLICATION_NAME.tex"
 [templates]
 section = '''
 %! TEX root = ../../../%INIT_APPLICATION_NAME.tex
-% LTeX: language=en-GB
+% LTeX: language=%INIT_LANGUAGE
 
 \section{REPLACMENT_SECTION_TITLE} % DATE
-This is some text
 '''
 
 chapter = '''
 %! TEX root = ../../%INIT_APPLICATION_NAME.tex
-% LTeX: language=en-GB
+% LTeX: language=%INIT_LANGUAGE
 
 \chapter{REPLACEMENT_CHAPTER}
 '''