forked from OpenActTexts/LDARcode
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_output.yml
More file actions
35 lines (35 loc) · 787 Bytes
/
Copy path_output.yml
File metadata and controls
35 lines (35 loc) · 787 Bytes
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
bookdown::gitbook:
includes:
in_header: header.html
css: style.css
config:
toc:
before: |
<li><a href="./">R for Loss Data Analytics</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
download: ["pdf", "epub"]
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::html_book:
theme: default
toc: yes
css: toc.css
number_sections: true
bookdown::html_document2:
includes:
in_header: header.html
theme: default
toc: yes
pandoc_args: [
"--number-sections",
"--number-offset=-1"
]
toc_float:
collapsed: true
smooth_scroll: false