-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
83 lines (72 loc) · 1.51 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
project:
type: book
output-dir: _book
metadata-files:
- _lang-file.yml
execute:
cache: true
freeze: auto
book:
google-analytics: G-SLXFYRXJR4
date: today
date-format: iso
reader-mode: true
search: true
favicon: images/cover/book_fav.png
repo-actions: [edit, issue]
downloads: [pdf, epub]
bibliography: [biblio/book.bib, biblio/grateful-refs.bib]
biblio-style: apalike
csl: biblio/ecology.csl
format:
html:
from: markdown+emoji
# number-depth: 2
# toc-depth: 3
number-sections: true
theme:
light: cosmo #, css/theme.scss]
dark: [cosmo, css/theme-dark.scss]
# css: css/style.css
code-link: true
author-meta: "Julien Martin"
# callout-appearance: simple
pdf:
from: markdown+emoji
# number-depth: 2
# toc-depth: 2
df-print: paged
number-sections: true
documentclass: scrreprt
pdf-engine: lualatex
# keep-tex: true
classoption:
- "chapterprefix=true"
- "headings=big"
- "twoside=semi"
papersize: letter
fontsize: 11pt
geometry:
- top=2cm
- bottom=2cm
- left=2cm
- right=2cm
- footskip=1cm
block-headings: false
colorlinks: true
linestretch: 1.5
template-partials:
- latex/before-title.tex
- latex/before-body.tex
# - title.tex
# - toc.tex
epub:
from: markdown+emoji
dev: svglite
stylesheet: css/epub.css
toc: true
# epub-cover-image: images/cover_introR.jpg
params:
echo_sol: true
longrun: false
html_pdf: true