-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
60 lines (54 loc) · 1.31 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
project:
type: book
book:
title: "Assessing uncertainties related to the use of satellite remote sensing indices to estimate Gross Primary Production"
subtitle: "By"
author:
- name: "Ronny A. Hernández Mora"
orcid: "0000-0001-6225-7096"
affiliations:
- name: "University of Alberta"
department: "Department of Earth and Atmospheric Sciences"
date: "January 2024"
date-format: "MMMM YYYY"
chapters:
- abstract.qmd
- index.qmd
- dedication.qmd
- acknowledgements.qmd
- list_abbreviations.qmd
- chapter_1_intro.qmd
- chapter_2_lm.qmd
- chapter_3_ml.qmd
- chapter_4_conclusions.qmd
- appendices.qmd
- bibliography.qmd
format:
pdf:
template-partials:
- before-body.tex
- toc.tex
tbl-cap-location: top
documentclass: scrreprt
lof: true
lot: true
include-before-body:
text: |
\pagenumbering{roman}
page-breaks: true
geometry:
- inner=3cm
- outer=3cm
- top=2cm
- bottom=2cm
- headsep=8pt
- headheight=4pt
- footskip=33pt
- ignorehead
- ignorefoot
- heightrounded
linestretch: 1.5
filters:
- section-bibliographies.lua # needs pandoc version >= 2.11 to work
bibliography: rap_v002.bib
citeproc: true