-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
38 lines (38 loc) · 879 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
bookdown::pdf_book:
toc: true
number_sections: true
fig_caption: true
fig_height: 2
includes:
in_header: include/preambule.tex
before_body: parts/0_cover.tex
bookdown::html_document2:
toc: true
toc_float: true
number_sections: false
theme: simplex
fig_caption: true
css: include/styles.css
includes:
in_header: include/header.html
after_body: include/scripts.html
beamer_presentation:
keep_tex: false
slide_level: 1
theme: Warsaw
includes:
in_header: include/mybeamer.tex
revealjs::revealjs_presentation:
theme: simple
highlight: haddock
center: true
transition: slide
incremental: true
css: include/reveal.css
self_contained: true
reveal_options:
history: false
slideNumber: true
includes:
after_body: include/slides_title.html
pandoc_args: ["--standalone"]