-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path_output.yml
29 lines (29 loc) · 940 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
bookdown::pdf_book:
base_format: tufte::tufte_book
includes:
in_header: preamble.tex
template: tufte-handout.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: true
fig_width: 7
fig_height: 4
highlight: tango
pandoc_args: --top-level-division=chapter
bookdown::gitbook:
css: style.css
split_by: "chapter+number"
config:
toc:
collapse: section
scroll_highlight: true
before: |
<li><a href="./"></a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
<li><a href="https://github.com/ismayc/rbasics-book/issues" target="blank">Create a GitHub Issue</a></li>
<li><a href="mailto:[email protected]" target="blank">Email Chester</a></li>
edit:
link: https://github.com/ismayc/rbasics-book/edit/master/%s
#bookdown::epub_book: default
#bookdown::word_document2: default