forked from tereom/fundamentos-2021
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_output.yml
29 lines (29 loc) · 838 Bytes
/
_output.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
bookdown::gitbook:
includes:
in_header: html/in_header.html
after_body: html/after_body.html
css: [css/style.css, css/toc.css]
config:
toc:
before: |
<li><a href="./">Fundamentos de Estadística con Remuestreo</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Publicado con bookdown</a></li>
edit: https://github.com/rstudio/bookdown-demo/edit/master/%s
download: ["pdf"]
sharing:
github: yes
facebook: no
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: yes
dev: "cairo_pdf"
latex_engine: pdflatex
citation_package: natbib
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: yes
toc_appendix: yes