-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto-print.yml
More file actions
59 lines (57 loc) · 1.63 KB
/
Copy path_quarto-print.yml
File metadata and controls
59 lines (57 loc) · 1.63 KB
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
# Print profile — PDF output, no online-only chapters
# Usage: quarto render --profile print
book:
# sidebar:
# tools:
# - icon: file-pdf
# href: Vis-MLM.pdf
# text: "Download PDF"
chapters:
- index.qmd
- 00-Author.qmd
- part: "Orienting Ideas"
chapters:
- 01-Prelude.qmd
- 02-intro.qmd
- 03-getting_started.qmd
- part: "Exploratory Methods"
chapters:
- 04-multivariate_plots.qmd
- 05-pca-biplot.qmd
- part: "Univariate Linear Models"
chapters:
- 06-linear_models.qmd
- 07-linear_models-plots.qmd
- 08-lin-mod-topics.qmd
- 09-collinearity-ridge.qmd
- part: "Multivariate Linear Models"
chapters:
- 10-hotelling.qmd
- 11-mlm-review.qmd
- 12-mlm-viz.qmd
- 13-eqcov.qmd
- 14-infl-robust.qmd
- 21-discrim.qmd # full chapter in both PDF and HTML (decided 2026-05-05)
- part: "End Matter"
chapters:
- 91-colophon.qmd
- 95-references.qmd
# No appendices — base _quarto.yml has none; all appendices are in _quarto-online.yml.
format:
pdf:
documentclass: krantz
classoption: [10pt, krantz2, titlepage, letterpaper]
include-in-header: latex/preamble.tex
include-before-body: latex/before-body.tex
include-after-body: latex/after-body.tex
output-file: Vis-MLM
keep-tex: true
latex-tinytex: true
pdf-engine: xelatex
pdf-engine-opts:
- '-interaction=nonstopmode'
latex-makeindex: makeindex
latex-clean: false
code-block-bg: "e4f0ef"
interaction: nonstopmode
fig-pos: "htb!"