forked from juba/tidyverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_output.yml
41 lines (41 loc) · 890 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
34
35
36
37
38
39
40
41
bookdown::gitbook:
dev: svglite
highlight: kate
css: css/tidyverse.css
self_contained: false
df_print: tibble
split_by: rmd
download: ["epub", "pdf"]
includes:
after_body: js/custom_javascript.html
config:
toc:
collapse: section
before: |
<li><a href="./index.html">Introduction à R et au <em>tidyverse</em></a></li>
sharing:
twitter: yes
github: no
facebook: no
weibo: no
instapper: no
vk: no
bookdown::epub_book:
dev: png
stylesheet: css/epub.css
fig_width: 7
fig_height: 5
toc: true
bookdown::pdf_book:
toc: true
toc_unnumbered: true
toc_appendix: true
toc_depth: 2
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
latex_engine: xelatex
citation_package: natbib
number_sections: true
keep_tex: false