r4ds/_output.yaml

25 lines
495 B
YAML
Raw Normal View History

2020-11-06 04:27:49 +08:00
bookdown::bs4_book:
theme:
primary: "#637238"
repo: https://github.com/hadley/r4ds
includes:
in_header: [ga_script.html]
2016-03-01 22:47:57 +08:00
bookdown::gitbook:
2019-01-08 21:45:50 +08:00
includes:
in_header: [ga_script.html]
2016-03-01 22:47:57 +08:00
config:
toc:
collapse: section
before: |
<li><strong><a href="./">R for Data Science</a></strong></li>
edit:
link: https://github.com/hadley/r4ds/edit/master/%s
text: "Edit"
sharing: no
2016-03-04 23:37:58 +08:00
css: r4ds.css
bookdown::pdf_book:
latex_engine: "xelatex"