-
Notifications
You must be signed in to change notification settings - Fork 12
/
_output.yml
43 lines (43 loc) · 1.19 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
bookdown::gitbook:
css: css/style.css
highlight: kate
includes:
in_header: plausible.html
before_body: assets/hero-image.html
config:
toc:
collapse: section
before: |
<li><a href="./">Exploring<br>Complex Survey<br>Data Analysis Using R</a></li>
<li class="toc-logo"><a href="./"><img src="images/logo.png"></a></li>
after: |
<li><a href="https://bookdown.org" target="blank">Published with bookdown</a></li>
download: no
fontsettings: no
view: https://github.com/tidy-survey-r/tidy-survey-book/blob/main/%s
sharing:
facebook: false
github: true
twitter: true
linkedin: true
weibo: false
instapaper: false
vk: false
whatsapp: false
all: ['facebook', 'twitter', 'linkedin', 'github']
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body_ded.tex
after_body: latex/after_body.tex
keep_tex: true
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
template: null
pandoc_args: --top-level-division=chapter
toc_depth: 2
toc_unnumbered: false
toc_appendix: true
quote_footer: ["\\VA{", "}{}"]
highlight_bw: true