-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
65 lines (62 loc) · 1.66 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
project:
type: manuscript
manuscript:
article: manuscrito.qmd
notebooks:
- notebooks/lectura_datos.qmd
- notebooks/extraccion_reflect.qmd
- notebooks/figuras_resultados.qmd
- notebooks/targets.qmd
code-links:
- repo: https://github.com/vhgauto/gistaq_parana
text: "Ver en GitHub"
icon: github
href: https://github.com/vhgauto/gistaq_parana
- text: "Informar un problema"
icon: github
href: https://github.com/vhgauto/gistaq_parana/issues/new/choose
- text: "Wiki del proyecto"
icon: github
href: https://github.com/vhgauto/gistaq_parana/wiki
execute:
freeze: auto
warning: false
echo: true
format:
html:
anchor-sections: true
number-sections: true
smooth-scroll: true
collapse-level: 2
lang: es
language:
es:
title-block-author-plural: "Autores"
title-block-author-single: "Autor"
notebook-preview-download-src: "Descargar código fuente {{< fa download >}}"
include-in-header:
- extras/favicon.html
- extras/abrev_toc.html
- extras/boton_arriba.html
- extras/fontawesome-mermaid.html
theme:
- extras/mis_estilos.scss
toc: true
toc-float: false
toc-location: left
toc-title: "Contenido"
link-external-icon: false
link-external-newwindow: true
link-citations: true
code-link: true
code-copy: true
code-annotations: false
code-line-numbers: false
code-overflow: scroll
tbl-cap-location: margin
fig-cap-location: bottom
bibliography: biblio/bibliografia.bib
csl: biblio/ieee.csl
html-math-method: katex
callout-icon: false
backgroundcolor: "#F5F5F5"