summary refs log tree commit diff stats
path: root/example/lpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'example/lpm.toml')
-rw-r--r--example/lpm.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/example/lpm.toml b/example/lpm.toml
new file mode 100644
index 0000000..5a3565d
--- /dev/null
+++ b/example/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}
+'''