-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
_output.yml
35 lines (35 loc) · 933 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
bookdown::gitbook:
includes:
in_header: [google_analytics.html]
css: style.css
split_by: section
config:
toc:
collapse: section
scroll_highlight: yes
sharing:
facebook: yes
github: yes
twitter: yes
linkedin: yes
info: yes
edit: https://github.com/mikenguyen13/data_analysis/edit/main/%s
before: |
<li><a href="./">A Guide on Data Analysis</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
download: ["pdf", "epub","mobi"]
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book:
stylesheet: css/epub_style.css
bookdown::bs4_book:
repo:
base: https://github.com/mikenguyen13/data_analysis
branch: main
includes:
in_header: [google_analytics.html]