-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
93 lines (89 loc) · 3.03 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
88
89
90
91
92
93
project:
type: book
execute:
cache: false
freeze: auto
book:
title: "EpidemioR"
author:
- "Walmes Zeviani"
- "Louise Larissa May De Mio"
search: true
repo-url: https://github.com/lemid/epidemioR
# cover-image: ./config/frontcover.png
cover-image: ./config/bookcover.png
# repo-actions: [edit, issue]
# google-analytics: "" # TODO
page-footer:
border: false
background: light
left: |
epidemioR: Epidemiologia de Doenças de Plantas Aplicada com R
# right: |
# This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- index.qmd
- 100_sobrevivencia.qmd
- 101_camilla.qmd
- references.qmd
format:
html:
lang: pt-BR
mainfont: Cardo
monofont: IBM Plex Mono
toc: true
toc-depth: 2
theme:
- yeti
bibliography:
- ./config/refs.bib
- ./101_camilla/refs.bib
csl: ./config/ABNT_UFPR_2011-Mendeley.csl
# title: "epidemioR: Epidemiologia de Doenças de Plantas Aplicada com R"
# author:
# - name: Walmes Marques Zeviani
# affiliation: Departamento de Estatística · UFPR
# email: walmes@ufpr.br
# www: leg.ufpr.br/~walmes
# - name: Louise Larissa May De Mio
# affiliation: Departamento de Fitotecnia e Fitossanidade · UFPR
# email: maydemio@ufpr.br
# www: http://www.agrarias.ufpr.br/portal/fitotecnia/louise-larissa-may-de-mio/
# date: "Última atualização em `r format(Sys.Date(), format = '%d de %B de %Y')`"
# csl: config/ABNT_UFPR_2011-Mendeley.csl
# # bibliography: [config/refs.bib, jhulia/refs.bib, camilla/refs.bib, tac/refs.bib, alexandre/refs.bib, marlon/refs.bib]
# bibliography: [config/refs.bib, 101-camilla/refs.bib, 102-thiago/refs.bib, jhulia/refs.bib]
# github-repo: lemid/epidemioR
# description: "epidemioR: Epidemiologia de Doenças de Plantas Aplicada com R"
# site: bookdown::bookdown_site
# # output: bookdown::gitbook
# # --- LaTeX ------------------------------------------------------------
# documentclass: book
# # `graphics: yes` é necessário quando usa template para latex.
# graphics: yes
# papersize: a4
# # fontsize: 9pt
# # geometry: 'margin=1in'
# # geometry: [left = 2.5cm, right = 2cm, top = 2cm, bottom = 2cm]
# geometry: [inner = 4cm, outer = 3cm, top = 3cm, bottom = 3cm]
# #biblio-style: abbrvnat # citation_package: natbib.
# biblio-style: config/TeseESALQ.bst # citation_package: natbib.
# #biblio-style: authoryear, backend=biber, bibencoding=utf8 # citation_package: biblatex.
# #biblio-style: abnt, backend=biber, bibencoding=utf8 # citation_package: biblatex.
# link-citations: yes
# colorlinks: true
# capa-pdf: config/frontcover.pdf
# complement: >
# \begin{flushleft}
# Laboratório de Estatística e Geoinformação (LEG)\\
# \url{http://www.leg.ufpr.br}\\
# Laboratório de Epidemiologia para Manejo Integrado de Doenças de Plantas (LEMID)\\
# \url{http://www.lemid.ufpr.br/}\\
# Universidade Federal do Paraná (UFPR)\newline\newline
# \end{flushleft}
# \vspace*{\fill}
#
# \begin{center}
# Curitiba, Paraná, Brasil\\
# \the\year\\
# \end{center}