-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
29 lines (29 loc) · 844 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:
css: style.css
config:
toc:
collapse: section
scroll_highlight: yes
before: |
<li><a href="./">Preguntas y respuestas de Álgebra Lineal</a></li>
after: |
<li><a href="https://dominlopez.netlify.app" target="blank">Escrito por Domingo López</a></li>
download: ["pdf", "epub"]
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: pdflatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::html_book:
theme: paper
config:
toc:
collapse: section
scroll_highlight: yes
before: |
<li><a href="./">Preguntas y respuestas de Álgebra Lineal</a></li>
after: |
<li><a href="https://dominlopez.netlify.app" target="blank">Escrito por Domingo López</a></li>
download: "epub"