# 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 in print version. # 15-case-studies.qmd and Rcode.qmd are online-only appendices (see _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!"