diff options
Diffstat (limited to 'build/latex/lpm.toml')
-rw-r--r-- | build/latex/lpm.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/latex/lpm.toml b/build/latex/lpm.toml new file mode 100644 index 0000000..636eae9 --- /dev/null +++ b/build/latex/lpm.toml @@ -0,0 +1,19 @@ +[last_chapter] +user_name = "static" +number = 0 + +[templates] +section = ''' +%! TEX root = ../../../%INIT_APPLICATION_NAME +% LTeX: language=en-GB + +\section{REPLACMENT_SECTION_TITLE} % DATE +This is some text +''' + +chapter = ''' +%! TEX root = ../../%INIT_APPLICATION_NAME +% LTeX: language=en-GB + +\chapter{REPLACEMENT_CHAPTER} +''' |