-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapendice01.Rmd
78 lines (64 loc) · 2.1 KB
/
apendice01.Rmd
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
---
author: "Nombre Completo Autor"
date: "27/10/2017"
documentclass: book
forprint: true # true: imprime a dos caras, false: libro digital
fontsize: 12pt # 10pt,11pt
geometry: margin = 2.5cm
bibliography: ["bib/library.bib", "bib/paquetes.bib"]
# metodobib -> true: natbib (descomentar: citation_package: natbib)
# -> false: pandoc (comentar: citation_package: natbib)
metodobib: true
#natbib: plainnat, abbrvnat, unsrtnat
biblio-style: "plainnat"
#Método 2 (pandoc): descomente una línea de las 2 siguientes en caso de usarlo
csl: methods-in-ecology-and-evolution.csl # no numera mejor en las citas
#csl: acm-sig-proceedings-long-author-list.csl # numera peor en las citas
link-citations: yes
output:
pdf_document:
keep_tex: no
number_sections: yes
citation_package: natbib # comentado usa: pandoc-citeproc
#toc: yes
fig_caption: yes
template: latex/templateMemoriaTFE.tex
includes:
#before_body: portadas/latex_paginatitulo_modTFE.tex
#in_header: latex/latex_preambulo.tex
#after_body: latex/latex_antes_enddoc.tex
---
```{r include=FALSE}
knitr::opts_chunk$set(fig.path = 'figurasR/',
echo = FALSE, warning = FALSE, message = FALSE,
fig.pos="H",fig.align="center",out.width="95%",
cache=FALSE)
```
<!-- \setcounter{chapter}{2} -->
<!-- \setcounter{chapter}{2} escribir 2 para capítulo 3 -->
<!-- \pagenumbering{arabic} -->
\ifdefined\ifprincipal
\else
\setlength{\parindent}{1em}
\pagestyle{fancy}
\setcounter{tocdepth}{4}
\tableofcontents
<!-- \nocite{*} -->
\fi
\ifdefined\ifdoblecara
\fancyhead{}{}
\fancyhead[LE,RO]{\scriptsize\rightmark}
\fancyfoot[LO,RE]{\scriptsize\slshape \leftmark}
\fancyfoot[C]{}
\fancyfoot[LE,RO]{\footnotesize\thepage}
\else
\fancyhead{}{}
\fancyhead[RO]{\scriptsize\rightmark}
\fancyfoot[LO]{\scriptsize\slshape \leftmark}
\fancyfoot[C]{}
\fancyfoot[RO]{\footnotesize\thepage}
\fi
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
# Apéndice:
## Primera sección