-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_output.yaml
20 lines (20 loc) · 921 Bytes
/
_output.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bookdown::gitbook:
css: style.css
config:
toc:
collapse: no
before: |
<li><a href="./">Data Science and Statistical Thinking</a></li>
after: |
<li><a href="https://github.com/heike/data-technologies" target="blank">Published with Github.</a></li>
<li><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</li>
edit:
link: https://github.com/heike/data-technologies/edit/master/%s
text: "Edit"
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
bookdown::html_chapters:
css: [style.css, toc.css]