about summary refs log tree commit diff stats
path: root/templates/latex/lpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/latex/lpm.toml')
-rw-r--r--templates/latex/lpm.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/latex/lpm.toml b/templates/latex/lpm.toml
new file mode 100644
index 0000000..5a3565d
--- /dev/null
+++ b/templates/latex/lpm.toml
@@ -0,0 +1,19 @@
+[last_chapter]
+user_name = "static"
+number = 0
+
+[templates]
+section = '''
+%! TEX root = ../../../main.tex
+% LTeX: language=en-GB
+
+\section{REPLACMENT_SECTION_TITLE} % DATE
+This is some text
+'''
+
+chapter = '''
+%! TEX root = ../../main.tex
+% LTeX: language=en-GB
+
+\chapter{REPLACEMENT_CHAPTER}
+'''