diff options
Diffstat (limited to 'build/latex/academia/lpm.toml')
-rw-r--r-- | build/latex/academia/lpm.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build/latex/academia/lpm.toml b/build/latex/academia/lpm.toml new file mode 100644 index 0000000..0925886 --- /dev/null +++ b/build/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} +''' |