-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
124 lines (124 loc) · 3.5 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
project:
type: book
output-dir: _book
author-meta: Koen Derks
editor: visual
bibliography: references.bib
csl: apa.csl
book:
title: Statistical Audit Sampling with R
author:
- name: Koen Derks
orcid: 0000-0002-5533-9349
corresponding: true
date: today
page-footer:
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: front-page.svg
favicon: front-page.png
site-url: https://koenderks.github.io/sasr/
repo-url: https://github.com/koenderks/sasr/
repo-branch: master
repo-actions: [edit, issue]
downloads: [pdf]
open-graph: true
page-navigation: true
reader-mode: true
search: false
twitter-card:
image: "front-page.svg"
chapters:
- index.qmd
- introduction.qmd
- part: Theory
chapters:
- chap-foundations.qmd
- chap-inference.qmd
- part: Application
chapters:
- chap-workflow.qmd
- chap-planning.qmd
- chap-selection.qmd
- chap-evaluation.qmd
- chap-stratified-evaluation.qmd
- part: Software
chapters:
- chap-jasp.qmd
- chap-packages.qmd
- references.qmd
- tutorial.qmd
format:
html:
toc: true
toc-depth: 3
toc-title: On this page
smooth-scroll: true
code-link: true
code-overflow: wrap
code-tools: true
theme:
- cosmo
- sasr.scss
pdf:
documentclass: book
include-in-header:
text: |
\pagenumbering{arabic}
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
\usepackage{tikz}
\renewcommand{\frontmatter}{%
\thispagestyle{empty}%
\begin{tikzpicture}[remember picture,overlay]
\node at (current page.center) {\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{front-page.pdf}};
\end{tikzpicture}%
\newpage
\vspace*{5cm}
\begin{center}
\textit{``The best things in life are free."}
\end{center}
\vspace*{\fill}
}
\renewcommand{\backmatter}{%
\thispagestyle{empty}%
\begin{tikzpicture}[remember picture,overlay]
\node at (current page.center) {\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{back-page.pdf}};
\end{tikzpicture}%
}
\renewcommand{\mainmatter}{\clearpage}
\renewcommand{\maketitle}{}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[RO,LE]{\nouppercase{\leftmark}}
\fancyfoot{}
\fancyfoot[C]{\thepage}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter\ | #1}{}}
\setkeys{Gin}{width=0.65\textwidth}
\usepackage[labelsep=period, labelfont=bf]{caption}
\usepackage{newunicodechar}
\newunicodechar{α}{$\alpha$}
\newunicodechar{β}{$\beta$}
\newunicodechar{Θ}{$\theta$}
\newunicodechar{μ}{$\mu$}
\newunicodechar{σ}{$\sigma$}
\newunicodechar{≠}{$\neq$}
keep-tex: false
classoption: [10pt,twoside]
pagestyle: headings
geometry:
- twoside
- left=25mm
- right=25mm
- bottom=19.05mm
- top=12.7mm
- paperwidth=180mm
- paperheight=254mm
- includehead
- includefoot
# fontfamily: libertinus
toc-title: Contents
toc-depth: 2
toc: true
number-sections: true