forked from rstudio/rmarkdown-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
30 lines (30 loc) · 821 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
bookdown::gitbook:
css: css/style.css
split_by: section
config:
toc:
collapse: none
before: |
<li><a href="./">R Markdown: The Definitive Guide</a></li>
after: |
<li><a href="https://bookdown.org" target="_blank">Published with bookdown</a></li>
download: [pdf]
edit: https://github.com/rstudio/rmarkdown-book/edit/master/%s
sharing:
github: yes
facebook: no
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: yes
latex_engine: xelatex
citation_package: natbib
template: null
pandoc_args: [--top-level-division=chapter, --wrap=none]
toc_depth: 3
toc_unnumbered: no
toc_appendix: yes
highlight_bw: yes
quote_footer: ["\\VA{", "}{}"]