-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
65 lines (62 loc) · 1.3 KB
/
_quarto.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
project:
type: manuscript
manuscript:
article: index.qmd
format:
html:
number-sections: true
# optional comments
comments:
hypothesis: false
# TeX-related options
include-in-header:
- file: headers/mathjax.html
# ToC options
toc: true
toc-depth: 2
toc-title: Contents
# figure options
fig-width: 8
fig-asp: 0.618
# code block options
code-link: true
code-fold: true
code-tools: true
code-line-numbers: true
code-block-bg: white
highlight-style: gruvbox
# citation/footnotes placement
reference-location: margin
citation-location: document
pdf:
papersize: letter
fontsize: 11pt
geometry:
- margin=1in
- heightrounded
number-sections: true
colorlinks: true
link-citations: true
callout-appearance: simple
callout-icon: false
# TeX-related options
pdf-engine: lualatex
include-in-header:
- file: headers/preamble.tex
# ToC options
toc: true
toc-depth: 2
toc-title: Contents
# figure options
fig-width: 8
fig-asp: 0.618
fig-cap-location: bottom
# code block options
code-line-numbers: false
code-block-bg: white
highlight-style: printing
execute:
freeze: auto
echo: false
warning: false
message: false