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.toml12
1 files changed, 5 insertions, 7 deletions
diff --git a/example/lpm.toml b/example/lpm.toml
index 5a3565d..7c4aaad 100644
--- a/example/lpm.toml
+++ b/example/lpm.toml
@@ -1,19 +1,17 @@
-[last_chapter]
-user_name = "static"
-number = 0
+main_file = "example.tex"
 
 [templates]
 section = '''
-%! TEX root = ../../../main.tex
+%! TEX root = ../../../example.tex
 % LTeX: language=en-GB
 
-\section{REPLACMENT_SECTION_TITLE} % DATE
+\section{lpm::new_section_name} % lpm::current_date (lpm::current_chapter_name::title_case)
 This is some text
 '''
 
 chapter = '''
-%! TEX root = ../../main.tex
+%! TEX root = ../../example.tex
 % LTeX: language=en-GB
 
-\chapter{REPLACEMENT_CHAPTER}
+\chapter{lpm::new_chapter_name} % lpm::current_date
 '''