-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
38 lines (36 loc) · 1008 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
31
32
33
34
35
36
37
38
bookdown::bs4_book:
theme:
primary: "#800080"
repo: https://github.com/tlverse/tlverse-workshops
includes:
in_header: html_extras/mathjax_header.html
bookdown::gitbook:
css: [css/style.css, css/toc.css, css/center.css]
dev: svg
includes:
in_header: html_extras/mathjax_header.html
config:
toc:
collapse: section
before: |
<li><strong><a href="./">Targeted Learning in R with the tlverse</a></strong></li>
edit:
link: https://github.com/tlverse/tlverse-workshops/edit/master/%s
text: "Edit"
sharing: no
bookdown::pdf_book:
latex_engine: pdflatex
citation_package: natbib
includes:
in_header: latex_extras/preamble.tex
before_body: latex_extras/before_body.tex
after_body: latex_extras/after_body.tex
keep_tex: yes
dev: "cairo_pdf"
link-as-notes: true
highlight: tango
toc_depth: 4
toc_unnumbered: false
toc_appendix: true
highlight_bw: true
pandoc_args: ["--top-level-division=chapter", "--listings"]