blob: 5a3565d78fa08fc77b905abf224fd74cc3c87c38 (
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 = ../../../main.tex
% LTeX: language=en-GB
\section{REPLACMENT_SECTION_TITLE} % DATE
This is some text
'''
chapter = '''
%! TEX root = ../../main.tex
% LTeX: language=en-GB
\chapter{REPLACEMENT_CHAPTER}
'''
|