-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_output.yml
executable file
·38 lines (33 loc) · 1.1 KB
/
_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::gitbook:
css: ["assets/css/style.css", "assets/css/toc.css", "assets/css/custom.css"]
includes:
before_body: "assets/html/banner.html"
after_body: "assets/html/footer.html"
toc_depth: 4
config:
toc:
collapse: section
scroll_highlight: yes
toc_float: true
before: |
<li class="toc-logo"><a href="./"><img src="assets/images/arca-logo.png"></a></li>
after: |
<div class="pub-book"><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></div>
edit: https://github.com/arca-dpss/manual-open-science/edit/master/%s
download: ["pdf"]
sharing:
github: yes
facebook: no
twitter: yes
all: yes
bookdown::pdf_book:
toc_depth: 4
includes:
in_header: "assets/tex/preamble.tex"
before_body: "assets/tex/frontpage.tex"
latex_engine: xelatex
# citation_package: biblatex
# biblio-style: apa
# bib-latex-options: "style=apa, sorting=nyt, backend=biber, maxcitenames=2, useprefix, doi=true, isbn=false, uniquename=false"
# keep_tex: yes
# bookdown::epub_book: default