summary refs log tree commit diff stats
path: root/example/lpm.toml
blob: 7c4aaad887495ea5ec502bf42a9bb064586c8fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
main_file = "example.tex"

[templates]
section = '''
%! TEX root = ../../../example.tex
% LTeX: language=en-GB

\section{lpm::new_section_name} % lpm::current_date (lpm::current_chapter_name::title_case)
This is some text
'''

chapter = '''
%! TEX root = ../../example.tex
% LTeX: language=en-GB

\chapter{lpm::new_chapter_name} % lpm::current_date
'''