-
Notifications
You must be signed in to change notification settings - Fork 1
/
_output.yml
38 lines (38 loc) · 1.1 KB
/
_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
36
37
38
bookdown::gitbook:
default: true
smart: false
includes:
after_body: [include/footer.html, include/webex.js]
css: [include/psyteachr.css, include/style.css]
config:
toc:
collapse: section
scroll_highlight: yes
before: |
<li><a href="./">Core Quantitative Methods and R</a></li>
after: |
<li><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"
target="blank"><img alt="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><li>
<li><a href="https://psyteachr.github.io/" target="blank">PsyTeachR</a></li>
download: [pdf]
fontsettings:
theme: white
family: sans
size: 2
sharing:
facebook: yes
twitter: yes
google: no
linkedin: no
weibo: no
instapaper: no
vk: no
all: ['facebook', 'google', 'twitter', 'linkedin', 'weibo', 'instapaper']
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes