-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_output.yml
More file actions
36 lines (36 loc) · 969 Bytes
/
_output.yml
File metadata and controls
36 lines (36 loc) · 969 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
bookdown::gitbook:
css: css/style.css
includes:
in_header: mathjax-preamble.html
config:
toc:
collapse: section
scroll_highlight: true
before: |
<li><a href="./">Designing Simulations in R</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
toolbar:
position: fixed
edit: https://github.com/jepusto/Designing-Simulations-in-R/edit/master/%s
search:
engine: lunr # or fuse
options: null
info: true
download: ["pdf", "epub"]
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
after_body: latex/after_body.tex
keep_tex: true
citation_package: natbib
biblio-style: apalike
dev: "cairo_pdf"
latex_engine: xelatex
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: false
toc_appendix: true
highlight_bw: true
bookdown::epub_book:
stylesheet: css/style.css