-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
129 lines (111 loc) · 3.02 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
project:
type: book
book:
title: "An R Companion to Applied Regression"
author: "Peter Baumgartner"
date: last-modified
date-format: YYYY-MM-DD HH:mm
favicon: "img/favicon_io/apple-touch-icon.png"
site-url: https://bookdown.org/pbaumgartner/car-fox-weisberg/
repo-url: https://github.com/petzi53/car-fox-weisberg
repo-branch: master
repo-actions: [edit, issue]
chapters:
- index.qmd
- 01-getting-started.qmd
- 02-manipulating-data.qmd
- 03-exploring-data.qmd
- 04-fitting-lm.qmd
- 95-references.qmd
appendices:
- 96-packages-used.qmd
bibliography:
- references.bib
# reference-section-title: References
# citeproc: true
format:
html:
theme: cosmo
css:
- quarto.css
- glossary.css
number-sections: true
toc-depth: 5
toc-expand: 4
toc_float: true
code-fold: true
code-tools: true
code-link: true
code-overflow: scroll
df-print: default
filters:
- include-code-files
# - section-bibliographies
knitr:
opts_chunk:
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor: source
execute:
freeze: auto
lightbox: true
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
custom:
- kind: float
reference-prefix: Important
key: imp
- kind: float
reference-prefix: Commitment
key: com
- kind: float
reference-prefix: Report
key: rep
- kind: float
reference-prefix: Resource
key: res
- kind: float
reference-prefix: Package Profile
key: pak
- kind: float
reference-prefix: Bullet List
key: bul
- kind: float
reference-prefix: Numerical List
key: num
- kind: float
reference-prefix: Note
key: not
- kind: float
reference-prefix: Explanation
key: exp
- kind: float
reference-prefix: Tip
key: tip
- kind: float
reference-prefix: Checklist
key: tdo
tip-cap-location: top
pak-cap-location: top
bul-cap-location: bottom
language:
crossref-cnj-title: "R Code" # replaces "Conjecture"
crossref-cor-title: "Assessment" # replaces "Corollary"
crossref-def-title: "Experiment" # replaces "Definition"
crossref-exm-title: "Example" # remains "Example"
crossref-exr-title: "Exercise" # remains "Exercise"
crossref-fig-title: "Graph" # replaces "Figure"
crossref-lem-title: "Resource" # replaces "Lemma"
crossref-lst-title: "Listing / Output" # replaces "Listing"
crossref-prp-title: "Procedure" # replaces "Proposition"
crossref-tbl-title: "Table" # remains "Table"
crossref-thm-title: "Formula" # replaces "Theorem"
# crossref-int-title: "Interpretation"
# https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml
callout-tip-title: "Report" # green
callout-note-title: "Note" # blue
callout-warning-title: "Watch out!" # orange
callout-important-title: "Important" # red
callout-caution-title: "Typo" # yellow