about summary refs log tree commit diff stats
path: root/build/latex/academia/lpm.toml
blob: 0925886cd75de4b6bd25ef7c722b378c6882151f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}
'''