-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
224 lines (204 loc) · 5.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
project:
type: book
output-dir: docs
book:
title: "Visualizing Multivariate Data and Models in R"
# subtitle: "A Romance in Many Dimensions"
output-file: "Vis-MLM"
author:
- name: Michael Friendly
url: https://datavis.ca
# affiliation: Department of Psychology<br>York University
date: today
cover-image: images/cover-ellipse.jpg
favicon: images/favicon/favicon.ico
# description: |
# Learn how to visualize multivariate data and models in R.
repo-url: https://github.com/friendly/vis-MLM-book
repo-branch: master
repo-actions: [issue]
# repo-actions: [edit, issue, source]
# repo-subdir: book
# comments:
# hypothesis: true
# downloads: [pdf]
#
# sidebar:
# style: "floating"
# collapse-level: 1
# border: true
# search: true
#
# chapters: (example with parts, from Quarto site)
# - index.qmd
# - preface.qmd
# - part: dice.qmd
# chapters:
# - basics.qmd
# - packages.qmd
# - part: cards.qmd
# chapters:
# - objects.qmd
# - notation.qmd
# - modifying.qmd
# - environments.qmd
#
# chapters:
# - index.qmd
# - 01-intro.qmd
# - 02-getting_started.qmd
# - 03-multivariate_plots.qmd
# - 04-pca-biplot.qmd
# - 05-linear_models.qmd
# - 06-linear_models-plots.qmd
# - 07-lin-mod-topics.qmd
# - 08-collinearity-ridge.qmd
# - 09-hotelling.qmd
# - 10-mlm-review.qmd
# - 11-mlm-viz.qmd
# - eqcov.qmd
# - case-studies.qmd
# - 90-references.qmd
# - 91-colophon.qmd
#
# Add parts. These could be a part page: I-orienting.qmd
# This didn't work, so commented out
# chapters:
# - index.qmd
# - part: "Orienting Ideas"
# chapters:
# - 01-intro.qmd
# - 02-getting_started.qmd
chapters:
- index.qmd
- part: "Orienting Ideas"
chapters:
- 01-intro.qmd
- 02-getting_started.qmd
- part: "Exploratory Methods"
chapters:
- 03-multivariate_plots.qmd
- 04-pca-biplot.qmd
- part: "Univariate Linear Models"
chapters:
- 05-linear_models.qmd
- 06-linear_models-plots.qmd
- 07-lin-mod-topics.qmd
- 08-collinearity-ridge.qmd
- part: "Multivariate Linear Models"
chapters:
- 09-hotelling.qmd
- 10-mlm-review.qmd
- 11-mlm-viz.qmd
- 12-eqcov.qmd
- 13-case-studies.qmd
# - summary.qmd
# these should not be in a Part
- part: "End matter"
chapters:
- 91-colophon.qmd
- 95-references.qmd
# appendices:
bibliography:
- bib/references.bib
- bib/R-refs.bib # is this still needed? merge with references.bib
- bib/pkgs.bib # maintained via code in each chapter
- bib/packages.bib # not maintained -- still needed?
# - "C:/Dropbox/localtexmf/bibtex/bib/graphics.bib"
# - "C:/Dropbox/localtexmf/bibtex/bib/statistics.bib"
# - "C:/Dropbox/localtexmf/bibtex/bib/timeref.bib"
csl: bib/apa.csl
#biblio-style: apalike
link-citations: true
keep-md: false
crossref:
chapters: true
page-footer: "Copyright 2024, Michael Friendly"
# use {=latex} in a chunk
# from: https://github.com/tarleb/parse-latex#readme
filters:
- parse-latex
knitr:
opts_chunk:
fig.path: figs/
# screenshot.force: true # for webshot
format:
html:
html-math-method: mathjax
theme: cosmo
code-link: true
filters:
- quarto
- line-highlight
- parse-latex
mainfont: "Roboto"
monofont: "Fira mono"
# monofont: "JetBrains Mono"
# monofont: "Fira cod" # -- give ligatures for |> etc
title-block-style: default
title-block-banner: true
code-block-bg: 'E8FFFF' #'#f1f1f1'
tab-stop: 2
# include-before-body: latex-commands.qmd
# linkcolor: "#03638E"
# fontsize: "15px"
# linestretch: 1.6
# smooth-scroll: true
# code-link: true
# code-tools:
# toggle: true
# code-fold: false
# highlight-style: printing
# code-block-bg: true
# # see https://pandoc.org/MANUAL.html for all options
docx:
toc: true
toc-depth: 2
number-sections: true
highlight-style: github
code-link: true
# see: https://github.com/bgreenwell/quarto-crc for quarto and CRC press
# https://github.com/yihui/bookdown-crc bookdown, CRC Press
pdf:
documentclass: krantz
classoption: [10pt, krantz2]
include-in-header: latex/preamble.tex
include-before-body: latex/before-body.tex
include-after-body: latex/after-body.tex
keep-tex: true
latex-tinytex: true
geometry:
- top=20mm
- left=25mm
code-block-bg: "dce8e7" # or #e6f2ee, not 'E8FFFF' #'#f1f1f1'
interaction: nonstopmode
# pdf:
# documentclass: scrreprt
# include-in-header: latex/latex-commands.tex
# pdf-engine: pdflatex
# pdf:
# documentclass: book
# lof: true
# lot: true
# toc: true
# # classoption: [onecolumn]
# geometry:
# - top=30mm
# - left=20mm
# - heightrounded
# hyperrefoptions:
# - linktoc=all
# colorlinks: true
# linkcolor: "blue"
# biblio-style: apalike
# keep-tex: true
# pdf:
# documentclass: scrreprt
# include-in-header:
# text: |
# \usepackage{makeidx}
# \makeindex
# include-after-body:
# text: |
# \printindex
#editor: visual