-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
57 lines (55 loc) · 1.69 KB
/
_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
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
# bookdown::gitbook:
# css: style.css
# config:
# toc:
# before: |
# <li><a href="./">A Minimal Book Example</a></li>
# after: |
# <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
# edit: https://github.com/rstudio/bookdown-demo/edit/master/%s
# download: ["pdf", "epub"]
bookdown::pdf_book:
toc: true
toc_depth: 2
includes:
before_body: before_body.tex
in_header: preamble.tex
after_body: postamble.tex
keep_tex: yes
split_by: section
pandoc_args: ["--highlight-style=my.theme", "--syntax-definition", "js-highlight.xml"]
bookdown::gitbook:
css: style/style.css
split_by: chapter+number
pandoc_args: ["--highlight-style=my.theme", "--syntax-definition", "js-highlight.xml"]
cover-image: Img/portada.png
config:
toc:
collapse: section
scroll_highlight: true
before: |
<li><a href="./">Cómo usar Google Earth Engine y no fallar en el intento</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
toolbar:
position: fixed
edit : null
download: null
search:
engine: lunr # or fuse
# options to control/tune search engine behavior (for
# fuse.js, refer to https://fusejs.io/api/options.html)
options: null
bookdown::epub_book:
stylesheet: style/style.css
cover_image: Img/portada.png
pandoc_args: ["--highlight-style=my.theme", "--syntax-definition", "js-highlight.xml"]
#bookdown::gitbook:
# lib_dir: assets
#split_by: section
# config:
# toolbar:
# position: static
# css: toc.css
# template: template.tex
# bookdown::bs4_book: default