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 13:07:12 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 13:07:12 +0200
commit629bb898769c8580db340078a8296fe551035a79 (patch)
tree9657f7bfba3f82c1edddcc3e2e517f214d6e4254 /templates/latex/academia/lpm.toml
parentdocs(README): Specify the formatting language (diff)
downloadflake-templates-629bb898769c8580db340078a8296fe551035a79.tar.gz
flake-templates-629bb898769c8580db340078a8296fe551035a79.zip
refactor(templates/latex): Declare as an academia template
Diffstat (limited to 'templates/latex/academia/lpm.toml')
-rw-r--r--templates/latex/academia/lpm.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/latex/academia/lpm.toml b/templates/latex/academia/lpm.toml
new file mode 100644
index 0000000..0925886
--- /dev/null
+++ b/templates/latex/academia/lpm.toml
@@ -0,0 +1,17 @@
+main_file = "%INIT_APPLICATION_NAME.tex"
+
+[templates]
+section = '''
+%! TEX root = ../../../%INIT_APPLICATION_NAME.tex
+% LTeX: language=en-GB
+
+\section{REPLACMENT_SECTION_TITLE} % DATE
+This is some text
+'''
+
+chapter = '''
+%! TEX root = ../../%INIT_APPLICATION_NAME.tex
+% LTeX: language=en-GB
+
+\chapter{REPLACEMENT_CHAPTER}
+'''