-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto-pdf.yml
42 lines (39 loc) · 1.12 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
project:
output-dir: pdf
pre-render: "R/_pre-render-pdf.R"
post-render: "R/_post-render-pdf.R"
# See <https://quarto.org/docs/books/>.
# See <https://quarto.org/docs/reference/projects/books.html>.
book:
date: today
date-format: "YYYY"
chapters:
- index.qmd
- qmd/development.qmd
- qmd/conclusion.qmd
- qmd/glossary.qmd
appendices:
- qmd/appendix-1.qmd
- qmd/pdf-settings.qmd
- qmd/annex-1.qmd
filters:
- latex-environment
commands: legend
format:
abnt-pdf:
zotero: true
index-page: true
location: "[City]"
supervisor: "[Supervisor's full name]"
cosupervisor: "[Co-supervisor's full name]"
academic-title: "[Master/PhD]"
academic-degree: "[Master of Science/Doctor of Science]"
type-of-work: "[Dissertation/Thesis]"
area-of-concentration: "[Area of concentration]"
university: "[University]"
school: "[School/Department]"
program: "[Graduate program]"
version-note: "[Original/Revised 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