-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
39 lines (39 loc) · 930 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
template: ./latex/template.tex
standalone: true
number-sections: true
listings: true
cite-method: natbib
bibliography: ./data/references.bib
metadata-files:
- ./data/metadata.yml
- ./data/acronyms.yml
resource-path:
- ./
- ./markdown
filters:
- pandoc-include
- pandoc-acro
- ./pandoc/pandoc-latex-arrows.py
- ./pandoc/pandoc-table-label.py
variables:
# add all latex files (e.g. titlepage) you want to put before your content here
input-before:
- latex/titlepage.tex
- latex/statement.tex
# document setting
lang: ngerman # english
fontsize: 11pt
documentclass: scrreprt
papersize: a4paper
classoption: openright
# bibliography setting
natbiboptions: square,numbers
biblio-style: unsrtnat
nocite: true
# lists settings
toc: true # table of contents
lof: true # list of figures
lot: true # list of tables
loa: true # list of algorithms
acro: true # list of acronyms