-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path_output.yml
More file actions
33 lines (33 loc) · 848 Bytes
/
_output.yml
File metadata and controls
33 lines (33 loc) · 848 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
bookdown::pdf_book:
includes:
in_header: preamble.tex
before_body: frontpage.tex
toc: TRUE
toc_depth: '3'
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::gitbook:
css: style.css
includes:
in_header: ShowHide2022.js
config:
toc:
collapse: subsection
before: |
<li><a href="./">Loss Data Analytics</a></li>
after: |
<li><a href="https://github.com/OpenActTexts/Loss-Data-Analytics" target="blank">Loss Data Analytics on GitHub</a></li>
toc_depth: 3
edit: https://github.com/rstudio/bookdown-demo/edit/master/%s
download: null
sharing:
facebook: no
twitter: no
google: yes
linkedin: no
weibo: no
instapper: no
vk: no
all: ['facebook', 'google', 'twitter', 'linkedin', 'weibo', 'instapaper']