blob: f23abd525812f2edd1d63b12c0f5025a4512eaf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
main_file = "./simple.tex"
[templates]
section = '''
%! TEX root = ../../../facharbeit.tex
% LTeX: language=de-DE
\section{REPLACMENT_SECTION_TITLE} % DATE
Dies ist etwas text
'''
chapter = '''
%! TEX root = ../../facharbeit.tex
% LTeX: language=de-DE
\chapter{REPLACEMENT_CHAPTER}
'''
|