-
-
Notifications
You must be signed in to change notification settings - Fork 597
/
Copy path_output.yml
39 lines (39 loc) · 930 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
33
34
35
36
37
38
39
bookdown::bs4_book:
theme:
primary: "#3860b6" #links
base_font:
google:
family: Lato
heading_font:
google:
family: Montserrat
wght: 600
code_font:
google:
family: Roboto Mono
bg: "#fefefe" # backgrounds
fg: "#000000" # fonts
repo:
base: https://github.com/geocompx/geocompr
branch: main
includes:
in_header: style/ga.html
template: style/bs4_book.html
css: style/style.css
# bookdown::pdf_book:
# includes:
# in_header: style/preamble.tex
# before_body: style/before_body.tex
# after_body: style/after_body.tex
# keep_tex: true
# dev: "cairo_pdf"
# latex_engine: xelatex
# citation_package: natbib
# template: null
# urlcolor: "black"
# pandoc_args: ["--top-level-division=chapter"]
# toc_depth: 3
# toc_unnumbered: false
# toc_appendix: true
# quote_footer: ["\\VA{", "}{}"]
# highlight_bw: true