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