-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_output.yml
More file actions
25 lines (25 loc) · 655 Bytes
/
_output.yml
File metadata and controls
25 lines (25 loc) · 655 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
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
toc: yes
template: null
pandoc_args: --top-level-division=chapter
toc_depth: 2
toc_unnumbered: no
toc_appendix: yes
fig_height: 4
fig_width: 5
quote_footer: ["\\VA{", "}{}"]
bookdown::epub_book: default
bookdown::gitbook:
css: style.css
config:
toc:
before: |
<li><a href="./">R Course</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
edit: https://github.com/rstudio/bookdown-demo/edit/master/%s