-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
108 lines (99 loc) · 1.97 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
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
99
100
101
102
103
104
105
106
107
108
project:
type: book
# lib-dir: "renv/library/R-4.4/aarch64-apple-darwin20/"
pre-render: "utils.R"
render:
- "!internal/"
- "!outputs/"
- "!vignettes/"
- "supp_mat/"
execute-dir: project
book:
chapters:
- index.qmd
appendices:
- supp_mat/SM1_summary.qmd
- supp_mat/SM2_EffectSizeAnalysis.qmd
- supp_mat/SM3_ExplainingDeviation.qmd
- supp_mat/SM4_case_study_datasets.qmd
page-navigation: true
sidebar: false
favicon: 'inst/hex_keys/ManyEcoEvoHex.jpg'
google-analytics:
tracking-id: 'G-FCEPG8QE44'
anonymize-ip: true
cookie-consent:
type: implied
style: simple
palette: light
twitter-card: true
# collapse-level: 3
# pinned: true
crossref:
appendix-title: "SM"
appendix-delim: ":"
format:
html:
theme:
- cosmo
comments:
hypothesis: false
citations-hover: true
crossrefs-hover: true
toc: true
html-math-method: mathjax
include-in-header:
- text: |
<script>
window.MathJax = {
loader: {
load: ['[tex]/physics'] // extensions to load
},
tex: {
packages: {'[+]': ['physics']},
}
};
</script>
code-link: true
css: "stylefile.css"
# toc-location: left
# number-depth: 1
# docx: default
# hikmah-pdf:
# keep-tex: true
# (other formats)
# pdf: default
# execute:
# freeze: false
# cache: false
# ---- manuscript ----
# project:
# type: manuscript
# render:
# - "!internal/"
# - "!outputs/"
# - "!vignettes/"
# - "supp_mat/"
#
# manuscript:
# article: index.qmd
#
#
# format:
# html:
# comments:
# hypothesis: false
# citations-hover: true
# crossrefs-hover: true
# toc: true
# toc-location: left
# #title-block-style: manuscript
# # docx: default
# hikmah-docx: default
# hikmah-pdf: default
#
# # (other formats)
# # pdf: default
#
# execute:
# freeze: true