18 lines
475 B
YAML
18 lines
475 B
YAML
bookdown::gitbook:
|
|
css: style.css
|
|
split_by: chapter
|
|
config:
|
|
toc:
|
|
collapse: subsection
|
|
before: |
|
|
<li><a href="./">Introduction to Geospatial Data Visualisation</a></li>
|
|
after: |
|
|
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
|
|
bookdown::pdf_book:
|
|
includes:
|
|
in_header: preamble.tex
|
|
latex_engine: xelatex
|
|
citation_package: natbib
|
|
bookdown::epub_book:
|
|
stylesheet: style.css
|