-
Notifications
You must be signed in to change notification settings - Fork 188
/
_output.yml
58 lines (50 loc) · 1.52 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
bookdown::gitbook:
css: [style.css, font-awesome.min.css]
config:
toc:
before: |
<li><a href="./">Doing Meta-Analysis in R</a></li>
after: |
<li><a href="https://www.protectlab.org/meta-analysis-in-r" target="blank">How to cite this guide</a></li>
<li><a href="https://dmetar.protectlab.org" target="blank">Get the <i>dmetar</i> package</a></li>
<li><a href="https://www.protectlab.org/meta-analysis-in-r" target="blank">PDF Download</a></li>
toc_depth: 3
toc_float:
collapsed: false
edit: https://github.com/MathiasHarrer/Doing-Meta-Analysis-in-R/blob/master/%s
download: no
fontsettings:
size: 1
toolbar:
search: yes
bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
bookdown::epub_book: default
bookdown::bs4_book:
theme:
fg: "black"
bg: "#FFFEFA"
primary: "#277DB0"
secondary: "#277DB0"
success: "#277DB0"
info: "#277DB0"
warning: "#277DB0"
danger: "#277DB0"
base_font: !expr bslib::font_google("Fira Sans")
code_font: !expr bslib::font_google("Roboto Mono")
heading_font: !expr bslib::font_google("Fira Sans")
headings-font-weight: "500"
lead-font-weight: "500"
box-shadow: "none"
border: "0px"
#repo: https://github.com/MathiasHarrer/Doing-Meta-Analysis-in-R/
twitter-handle: MathiasHarrer
includes:
in_header: [style.html]
favicon: "favicon.ico"
biblio-style: "apalike"
link-citations: true