-
Notifications
You must be signed in to change notification settings - Fork 0
/
pandoc.yml
98 lines (81 loc) · 1.74 KB
/
pandoc.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
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
94
95
96
97
98
#
# krashanoff
#
# the format I like my notes in.
#
from: "markdown\
+smart\
+auto_identifiers\
+blank_before_header\
+space_in_atx_header\
+implicit_header_references\
+line_blocks\
+fancy_lists\
+startnum\
+task_lists\
+pandoc_title_block\
+superscript\
+subscript\
+tex_math_dollars\
+tex_math_single_backslash"
to: latex
output-file: output.pdf
standalone: true
self-contained: false
# note that structured variables may be specified:
variables:
documentclass: article
classoption:
- 11pt
- letterpaper
- twosides
geometry:
- margin=1.5in
resource-path: ["."]
# citeproc, natbib, or biblatex
cite-method: citeproc
pdf-engine: pdflatex
pdf-engine-opts:
- "-shell-escape"
# auto, preserve, or none
wrap: auto
columns: 78
dpi: 72
extract-media: mediadir
table-of-contents: true
toc-depth: 3
number-sections: true
# a list of offsets at each heading level
number-offset: [0,0,0,0,0,0]
# toc: may also be used instead of table-of-contents:
section-divs: true
identifier-prefix: foo
strip-empty-paragraphs: true
# lf, crlf, or native
eol: native
strip-comments: true
indented-code-classes: []
ascii: true
default-image-extension: ".png"
# method is plain, webtex, gladtex, mathml, mathjax, katex
# you may specify a url with webtex, mathjax, katex
html-math-method:
method: mathjax
url: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
# none, references, or javascript
email-obfuscation: javascript
tab-stop: 2
incremental: false
slide-level: 2
reference-links: true
# block, section, or document
reference-location: block
markdown-headings: atx
# accept, reject, or all
track-changes: accept
# none, all, or best
ipynb-output: best
fail-if-warnings: true
dump-args: false
ignore-args: false
trace: false