-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
pandoc-latex.yaml
48 lines (37 loc) · 858 Bytes
/
pandoc-latex.yaml
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
40
41
42
43
44
45
46
47
to: latex
variables:
documentclass: scrreprt
classoption:
- paper=a4
- twoside
- titlepage=true
- openright
- abstract=on
- toc=listofnumbered
- numbers=noenddot
- chapterprefix=true
- headings=optiontohead
- svgnames
- dvipsnames
hyperrefoptions:
- linktoc=all
- hidelinks
linkcolor: DarkBlue
filecolor: DarkBlue
citecolor: DarkBlue
urlcolor: MediumBlue
toccolor: Black
cite-method: biblatex
mainfont: Latin Modern Roman
sansfont: Latin Modern Sans
monofont: Latin Modern Mono
mathfont: Latin Modern Math
number-sections: true
pdf-engine: latexmk
pdf-engine-opt:
- "-xelatex"
- --silent
- "-gg"
template: includes/Template.tex
include-in-header: ["includes/Header.tex"]
eol: lf