-
Notifications
You must be signed in to change notification settings - Fork 7
/
export.pdf.yaml
93 lines (93 loc) · 2.58 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# 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
geometry: margin=1in
indent: false
header-includes:
- \usepackage{LatexColors.incl}
- \usepackage{newpxtext}
- \usepackage{tikz}
- \usepackage{tikz-cd}
- \usepackage{pgflibraryarrows}
- \usetikzlibrary{matrix}
- \usetikzlibrary{arrows.meta}
- \usetikzlibrary{arrows}
- \usetikzlibrary{decorations.pathmorphing}
- \usepackage{nicematrix}
- \newtheorem*{thm*}{Theorem}
- \newtheorem*{lem*}{Lemma}
- \newtheorem*{prop*}{Proposition}
- \newtheorem*{cor*}{Corollary}
- \newtheorem*{fact*}{Fact}
- |
\newcommand{\asterism}{
\smash{
\raisebox{-.5ex}{
\setlength{\tabcolsep}{-.5pt}
\begin{tabular}{@{}cc@{}}
\multicolumn2c*\\[-2ex]*&*
\end{tabular}
}
}
}
- |
\providecommand{\subtitle}[1]{
\usepackage{titling}
\posttitle{
\par\large#1\end{center}}
}
# use more-header-includes: in Zettlr markdown
# This next was almost needed: we copied a dash instead of a minus sign!
# - \DeclareUnicodeCharacter{2212}{\textendash}
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