-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy path_output.yml
33 lines (33 loc) · 896 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
30
31
32
33
bookdown::gitbook:
css: style.css
config:
toc:
before: |
<li><a href="./">Table of Contents</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
download: ["pdf", "epub"]
sharing: no
edit:
link: https://github.com/remlapmot/cibookex-r/edit/master/%s
text: "Edit"
view:
link: https://github.com/remlapmot/cibookex-r/blob/master/%s
search:
engine: fuse # lunr is the default
number_sections: false
highlight: arrow
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
latex_engine: lualatex
citation_package: natbib
number_sections: false
toc: true
toc_unnumbered: true
keep_tex: true
highlight: arrow
bookdown::epub_book:
number_sections: false