-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_output.yml
32 lines (32 loc) · 824 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
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: yes
before: |
<li><a href="./">A Handbook on Communication Theory</a></li>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
download: ["pdf", "epub"]
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::bs4_book:
repo: https://github.com/mikenguyen13/comm_theory
includes:
in_header: [google_analytics.html]