-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_output.yml
More file actions
37 lines (37 loc) · 882 Bytes
/
_output.yml
File metadata and controls
37 lines (37 loc) · 882 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
36
37
bookdown::bs4_book:
theme:
primary: "#37579e"
css: [assets/bs4.css]
repo: https://github.com/lin380/coursebook
includes:
in_header: includes.html
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::gitbook:
css: [assets/style.css]
split_by: chapter
split_bib: no
includes:
in_header: includes.html
config:
toc:
collapse: section
scroll_highlight: yes
before: |
<li class="toc-logo"><a href="./"><img src="assets/images/logo.png" style="width: 70%;"></a></li>
after: |
<li>
<center>...</center>
</li>
edit: https://github.com/lin380/coursebook/edit/master/%s
download: ["pdf", "epub"]
sharing:
github: yes
facebook: no
twitter: yes
all: []