-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_output.yml
47 lines (47 loc) · 1.34 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
bookdown::gitbook:
self_contained: false
dev: png
css: css/style.css
lib_dir: assets
split_by: "chapter"
url: https://r-intro.tadaa-data.de/book/
github-repo: tadaadata/r-intro-book
include:
in_header:
- "html_includes/icons.html"
- "html_includes/piwik.html"
config:
toc:
collapse: "section"
before: |
<li><a class="toc-banner" href="https://tadaa-data.de"><img src="images/tadaa_thin_t.png"></a></li>
<li><a class="toc-headline" href="./">Tadaa, R-Intro!</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
<li><a href="https://www.rstudio.com/products/rstudio/" target="blank">Written in RStudio</a></li>
edit: https://github.com/tadaadata/r-intro-book/edit/master/%s
download:
- ["r-intro.pdf", "PDF"]
- ["r-intro.epub", "ebook (.epub)"]
scroll_highlight: yes
search: yes
language: de
sharing:
facebook: yes
github: yes
bookdown::epub_book:
dev: png
stylesheet: css/style.css
toc: true
toc_depth: 2
metadata: epub_metadata.xml
md_extension: "+emoji"
bookdown::pdf_book:
includes:
before_body: latex/before_body.tex
in_header: latex/preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
dev: "cairo_pdf"
toc_appendix: yes