about summary refs log tree commit diff stats
path: root/templates/latex/academia/lpm.toml
blob: d72f80f811c50f2a30c90539cfe2c8cd7a45daad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
main_file = "%INIT_APPLICATION_NAME.tex"

[templates]
section = '''
%! TEX root = ../../../%INIT_APPLICATION_NAME.tex
% LTeX: language=%INIT_LANGUAGE

\section{REPLACMENT_SECTION_TITLE} % DATE
'''

chapter = '''
%! TEX root = ../../%INIT_APPLICATION_NAME.tex
% LTeX: language=%INIT_LANGUAGE

\chapter{REPLACEMENT_CHAPTER}
'''