forked from flengyel/Zettel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
export.pdf.yaml
72 lines (72 loc) · 2.17 KB
/
export.pdf.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# ZETTLR DEFAULTS FILE
# ====================
# Conversion: Markdown --> PDF (requires TeX suite to be installed)
# More info: https://pandoc.org/MANUAL.html
reader: markdown-latex_macros
writer: pdf
self-contained: true
variables:
# Sets the size of the document's pages.
papersize: a4 # Possible values: a0-a6, b0-b6, c0-c6,b0j, letter, executive, legal
# Further variables are documented here: https://pandoc.org/MANUAL.html#variables-for-latex
# The following are equivalent to
# - \usepackage[euler-digits,euler-hat-accent]{eulervm}
fontfamily: eulervm
fontfamilyoptions:
- euler-digits
- euler-hat-accent
fontsize: 12pt
header-includes:
- \usepackage{LatexColors.incl}
- \usepackage{newpxtext}
- \usepackage{tikz}
- \usepackage{tikz-cd}
- \usetikzlibrary{matrix}
- \usetikzlibrary{arrows.meta}
- \usetikzlibrary{decorations.pathmorphing}
- \usepackage{nicematrix}
- \newtheorem*{thm*}{Theorem}
- \newtheorem*{lem*}{Lemma}
- \newtheorem*{prop*}{Proposition}
- \newtheorem*{cor*}{Corollary}
- \newtheorem*{fact*}{Fact}
# This next was almost needed: we copied a dash instead of a minus sign!
# - \DeclareUnicodeCharacter{2212}{\textendash}
# Use the YAML header more-header-includes: for LaTeX preamble additions in Zettlr markdown
metadata-files: []
include-before-body: []
include-after-body: []
include-in-header: []
bibliography: []
filters:
- type: citeproc
file-scope: false
top-level-division: default
# DO NOT USE XELATEX. XELATEX CANNOT HANDLE EULER AND NEWPXTEXT PROPERLY!!!
# pdf-engine: xelatex # Change this if you want to use a different engine, e.g. pdflatex
pdf-engine: pdflatex # xelatex does not work well with the fonts chosen
dpi: 300
toc: false # Include a table of contents?
toc-depth: 2 # 2 means to only include headings level 1 and 2 in the ToC
number-sections: false
number-offset:
- 0
- 0
- 0
- 0
- 0
- 0
shift-heading-level-by: 1
section-divs: true
identifier-prefix: ''
title-prefix: ''
eol: lf
strip-comments: false
indented-code-classes: []
ascii: false
default-image-extension: .jpg
highlight-style: pygments
tab-stop: 4
preserve-tabs: false
fail-if-warnings: false
template: C:/Users/fleng/mytexmf/tex/latex/templates/template.tex