-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_output.yml
36 lines (34 loc) · 832 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
---
bookdown::gitbook:
includes:
in_header: [google_analytics_FR.html]
css: [myStyle.css]
split_by: 'chapter'
config:
toc:
collapse: section
before: |
<li><a href="./">R pour les scientifiques</a></li>
# download: [["zzz.pdf", "PDF"]]
# edit: https://github.com/frareb/myRBook_FR/edit/master/%s
bookdown::pdf_book:
includes:
after_body: afterBody.tex
in_header: preamble.tex
before_body: beforeBody.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
highlight: monochrome
#bookdown::epub_book: #default
# stylesheet: myStyle.css
# bookdown::word_document2:
# toc: true
# bookdown::html_book:
# toc: yes
# css: [myStyle.css]
# bookdown::tufte_html_book:
# toc: yes
# css: [myStyle.css]
# download: [["myRBook_FR.pdf", "PDF"]] line 12
---