-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_quarto.yml
More file actions
122 lines (112 loc) · 3.05 KB
/
_quarto.yml
File metadata and controls
122 lines (112 loc) · 3.05 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
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
project:
type: book
output-dir: docs #for publishing in github pages
book:
title: "Complex Systems Research in Psychology"
author: "Han L. J. van der Maas"
date: last-modified
search: true
repo-url: https://github.com/SantaFeInstitute/ComplexPsych/tree/master
#repo-actions: [edit]
#downloads: [pdf]
#sharing: [twitter, linkedin]
#site-url: https://example.com
sidebar:
#style: docked
#background: primary
logo: sfi_cover.png
tools:
- icon: book
href: https://www.sfipress.org/books/
- icon: cart
href: https://a.co/d/aXyHRoK
- icon: filetype-pdf
menu:
- text: Download PDF
url: "Complex-systems-research-in-Psychology.pdf"
page-footer:
left: '<a href="https://www.sfipress.org/"><img src="csrp-online-press-logo.png" alt="Santa Fe Institute press" style="height:45px;"></a>'
center: '© Han L. J. van der Maas, 2024'
right: '<a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank">CC BY-SA 4.0</a>'
border: true
chapters:
- index.qmd
- ch1.qmd
- ch2.qmd
- ch3.qmd
- ch4n.qmd
- ch5n.qmd
#- ch5n_pdf.qmd
- ch6.qmd
- ch7.qmd
- ch8.qmd
- references.qmd
crossref:
chapters: true
fig-prefix: figure
sec-prefix: section
eq-prefix: equation
bibliography: [referencesBBT.bib]
csl: chicago-author-date.csl
#fig-cap-location: margin
monofont: 'Monaco'
monofontoptions:
- Scale=0.7
tbl-cap-location: bottom
format:
html:
output-dir: docs
theme: cerulean
number-depth: 4
toc-depth: 8
code-copy: true
number-sections: true
#crossref:
# chapters: true
# fig-prefix: figure
# sec-prefix: section
# eq-prefix: equation
#cover-image: sfi_cover.png
favicon: sfi_cover.png
fontsize: '13.5pt'
grid:
sidebar-width: '300px'
docx:
reference-doc: my-doc-style.docx
pdf:
#latex-output-dir: pdf
documentclass: scrreprt
papersize: A4
number-depth: 4
toc-depth: 8
number-sections: true
keep-tex: true
include-in-header:
text: |
\usepackage{makeidx}
\makeindex
\usepackage[top=25mm, left=15mm, right=65mm, bottom=25mm, marginparwidth=55mm, marginparsep=5mm]{geometry}
\usepackage{setspace} % For setting the line spacing
\usepackage{marginnote} % For improved margin notes
% Redefine the marginnote command to include setstretch
\let\oldmarginnote\marginnote
\renewcommand{\marginnote}[1]{%
\oldmarginnote{\setstretch{0.8}\selectfont#1}%
}
include-after-body:
text: |
\printindex
highlight-style: github
code-block-bg: "#F0F0F0"
# geometry:
# - top=25mm
# - left=15mm
# - right=45mm # Add this line to set the right margin
# - bottom=25mm # Add this line to set the bottom margin
# - heightrounded
#crossref:
# chapters: true
# fig-prefix: figure
# sec-prefix: section
# eq-prefix: equation
editor: visual