forked from PredictiveEcology/LandR-Manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_output.yml
62 lines (59 loc) · 1.62 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
54
55
56
57
58
59
60
61
62
bookdown::bs4_book:
css: css/style.css
theme:
primary: "#01665e"
fg: "#2b2121"
bg: "#ffffff"
footnotes_inline: false
split_bib: false # otherwise the references will be printed twice given that the LaTex command is necessary for PDF
repo:
base: https://github.com/PredictiveEcology/LandR-Manual
branch: master
edit: null
download: ["pdf", "epub"]
# bookdown::gitbook:
# description: "A manual to the LandR Ecosystem of SpaDES modules"
# css: css/style.css
# number_sections: false
# split-bib: true
# config:
# toc:
# collapse: subsection
# scroll_highlight: true
# before: |
# <li><a href="docs/index.html">LandR Manual</a></li>
# after: |
# <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
# edit: null
# download: ["pdf", "epub"]
# info: false
# sharing:
# facebook: false
# github: false
# twitter: true
# linkedin: true
# weibo: false
# instapaper: false
# vk: false
# whatsapp: false
# github-repo: PredictiveEcology/LandR-Manual
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
# before_body: latex/before_body.tex
after_body: latex/after_body.tex
fig_crop: false
latex_engine: xelatex
dev: "cairo_pdf"
citation_package: biblatex
template: null
# pandoc_args: [--top-level-division=chapter, --wrap=none]
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: false
toc_appendix: true
highlight_bw: false
quote_footer: ["\\VA{", "}{}"]
bookdown::epub_book:
dev: svglite
stylesheet: css/style.css