-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto-pdf.yml
60 lines (55 loc) · 1.43 KB
/
_quarto-pdf.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
brand: false
project:
type: book
output-dir: _print
pre-render: "R/_pre-render-pdf.R"
post-render: "R/_post-render-pdf.R"
filters:
- latex-environment
commands:
- legend
- brandorange
- brandblack
execute:
echo: false
book:
author: "Daniel Kachvartanian de Azevedo"
date: today
date-format: "YYYY"
chapters:
- index.qmd
- qmd/chapter-2.qmd
- qmd/chapter-3.qmd
- qmd/chapter-4.qmd
- qmd/chapter-5.qmd
- qmd/chapter-6.qmd
format:
abnt-pdf:
zotero: true
toc-depth: 2
biblio-style: apa
biblio-title: REFERENCES
biblio-footnote: >
In accordance with the American Psychological Association
(APA) Style, 7th edition.
bibhang: 0.5cm
bibparsep: 1ex
body-color: "142A32" # Brand Black
colorlinks: true
linkcolor: brand-orange
filecolor: brand-orange
citecolor: brand-orange
urlcolor: brand-orange
location: "São Paulo"
supervisor: "Camilo Rodrigues Neto"
academic-title: "Master"
academic-degree: "Master of Science"
type-of-work: "Thesis"
area-of-concentration: "Complex Systems"
university: "University of São Paulo"
school: "School of Arts, Sciences and Humanities"
program: "Graduate Program in Complex Systems Modeling"
version-note: "Corrected version"
include-in-header: tex/include-in-header.tex
include-before-body: tex/include-before-body.tex
include-after-body: tex/include-after-body.tex