forked from pbiecek/ema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_output.yml
30 lines (30 loc) · 946 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
bookdown::gitbook:
css: style.css
includes:
in_header: html/header.html
config:
sharing:
github: yes
facebook: yes
toc:
collapse: section
before: |
<li><a href="./"><span style="font-size: large">Explanatory Model Analysis</span><br/>Explore, Explain, and Examine<br/>Predictive Models</a></li>
after: |
<li><a href="https://github.com/ModelOriented/DALEX" target="blank">DALEX website</a></li>
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
download: ["pdf", "epub"]
bookdown::pdf_book:
always_allow_html: yes
includes:
in_header: preamble.tex
latex_engine: xelatex
dev: "cairo_pdf"
citation_package: natbib
keep_tex: yes
pandoc_args: --top-level-division=chapter
bookdown::epub_book: default
monofont: "Source Code Pro"
monofontoptions: "Scale=0.55"
biblio-style: apalike
always_allow_html: yes