-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpandoc-latex.yaml
50 lines (40 loc) · 943 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
48
49
50
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"
- "-r"
- "tools/.latexmkrc"
- "-gg"
- "-outdir=build/output-tex"
template: includes/Template.tex
include-in-header: ["includes/Header.tex"]
eol: lf
log-file: build/pandoc-latex.log