-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
88 lines (76 loc) · 2.37 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
project:
type: default
execute-dir: project # the working directory for computations
output-dir: _outputs
author:
- name: Maël Delem
orcid: 0009-0005-8518-1991
email: mael.delem@univ-lyon2.fr
url: https://emc.univ-lyon2.fr/equipes/memoire-emotion-et-attention-mea/delem-mael
affiliations:
- id: emc
name: Study of Cognitive Mechanisms (EMC) Laboratory
city: Lyon
country: France
url: https://emc.univ-lyon2.fr
bibliography:
- "bibliography/references.bib"
- "bibliography/packages.bib"
csl: "bibliography/apa.csl"
execute:
freeze: false
warning: false
error: false
message: false
toc: true
number-sections: true
number-depth: 3
tbl-cap-location: bottom
# --- Format-specific options ---
format:
html:
embed-resources: true # self-contained HTML rendering
format-links: false # no links to other formats
# styling
theme:
dark: darkly
light: flatly
css: "utils/html/custom.css"
# importing Montserrat font
header-includes: |
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
mainfont: Montserrat
fontsize: "medium"
# interactive features
lightbox: true # clickable figures
code-fold: true # code folding for clarity
code-annotations: hover # show code annotations on hover
# HTML-specific TOC options
toc-location: right
toc-depth: 2
toc-expand: 1
number-depth: 2
# Word
docx:
reference-doc: "utils/docx/custom-reference-doc.docx"
toc: false
echo: false
# extension to add a block with authors in .docx format
filters:
- authors-block
- highlight-text
# PDF - see https://github.com/quarto-journals/elsevier
# elsevier-pdf:
# toc: false
# echo: false
# journal:
# cite-style: authoryear
# # the option to include a new page after the abstract is commented out
# # the second one is to include a new page after the table of contents
# include-in-header:
# text: |
# % \newpageafter{abstract}
# \let\tableofcontentsORIG\tableofcontents
# \renewcommand\tableofcontents{\tableofcontentsORIG\clearpage}