-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
88 lines (84 loc) · 2.26 KB
/
_quarto.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
project:
type: book
output-dir: docs
execute:
cache: true
book:
title: "Elegant and informative maps with **tmap**"
page-footer: "Elegant and informative maps with **tmap** by Martijn Tennekes and Jakub Nowosad."
# number-sections: true
author: "Martijn Tennekes and Jakub Nowosad"
description: |
This book teaches how to make elegant and informative maps with the R package tmap.
# cover-image: https://geocompx.org/static/img/book_cover_py.png
site-url: https://tmap.geocompx.org/
repo-url: https://github.com/geocompx/tmap/
date: now
date-format: iso
repo-branch: main
repo-actions: [edit]
# sharing: [twitter, facebook, linkedin]
google-analytics: G-ER2GMPEJNF
# favicon: favicon-32x32.png
chapters:
- "index.qmd"
- part: "Basics"
chapters:
- "XX-intro.qmd"
- "XX-geodata.qmd"
- "XX-nutshell.qmd"
- "XX-save.qmd"
- part: "Building blocks"
chapters:
- "XX-tm-shape.qmd"
- "XX-layers.qmd"
- "XX-visual-variables.qmd"
- "XX-scales.qmd"
- "XX-legends.qmd"
- "XX-attr-layers.qmd"
- "XX-layout.qmd"
- "XX-interactive.qmd"
- part: "Expanding the toolbox"
chapters:
- "XX-small-multiples.qmd"
- "XX-animations.qmd"
- "XX-shiny.qmd"
- "XX-other-types.qmd"
- part: "Advanced topics"
chapters:
- "XX-options.qmd"
- "XX-good-maps.qmd"
- "references.qmd"
appendices:
- "XX-data_processing.qmd"
format:
html:
theme: [brand, flatly]
# linkcolor: "#73A7A8"
code-link: true
template-partials: [helpers/toc.html, helpers/title-block.html]
toc-title: "On this page"
code-overflow: wrap
toc-depth: 4
# css: [helpers/mystyle.css]
# pdf:
# documentclass: krantz
# monofont: 'Source Code Pro'
# monofontoptions:
# - Scale=0.7
# pdf-engine: xelatex
# keep-tex: true
# number-sections: true
# top-level-division: chapter
# include-before-body: helpers/before_body.tex
# include-in-header:
# text: |
# \AtBeginEnvironment{longtable}{\footnotesize}
# \usepackage{makeidx}
# \makeindex
# include-after-body:
# text: |
# \printindex
bibliography:
- r-tmap.bib
- packages.bib