-
Notifications
You must be signed in to change notification settings - Fork 118
/
_output.yml
37 lines (35 loc) · 1.07 KB
/
_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
bookdown::bs4_book:
theme:
primary: "#544154"
repo: https://github.com/Tazinho/Advanced-R-Solutions
bookdown::gitbook:
config:
toc:
collapse: section
before: |
<li><strong><a href="./">Advanced R Solutions</a></strong></li>
edit:
link: https://github.com/Tazinho/Advanced-R-Solutions/edit/main/%s
text: "Edit"
sharing: no
description: "Solutions to the Exercises in Hadley Wickham's book 'Advanced R'."
date: "(updated on `r Sys.Date()`)"
url: 'https\://advanced-r-solutions.rbind.io/'
github-repo: Tazinho/Advanced-R-Solutions
cover-image: images/cover/advrs_cover.png
css: adv-r.css
number_sections: false
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: true
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
pandoc_args: ["--top-level-division=chapter", "--lua-filter=latex/sidebar.lua"]
template: null
quote_footer: ["\\hspace*{\\fill} ", ""]
toc_unnumbered: false
number_sections: true