-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
57 lines (52 loc) · 1.12 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
project:
type: book
output-dir: docs
execute:
echo: false
warning: false
message: false
book:
title: "Ecotopensystematiek"
author: "Deltares, Ministery of Infrastructure and Water Management"
date: today
page-navigation: true
favicon: "assets/icon-deltares.svg"
page-footer:
background: "#2E89BF"
center: "Ecotopensystematiek"
sidebar:
footer: custom-component/sidebar-footer.html
navbar:
background: "#2E89BF"
pinned: true
chapters:
- index.qmd
- inleiding.qmd
- indelingskenmerken.qmd
- ecotopenbeschrijving.qmd
- overzichtstabellen.qmd
toc: true
toc-depth: 2
crossref:
fig-title: Figuur # (default is "Figure")
fig-prefix: figuur
tbl-title: Tabel # (default is "Table")
tbl-prefix: tabel
# reference-location: margin
# citation-location: margin
# cap-location: margin
number-sections: true
number-depth: 1
bibliography:
- references.bib
format:
html:
theme: cosmo
css: styles.css
# pdf:
# include-in-header:
# - preamble.tex
# documentclass: scrreprt
# latex-auto-install: true
# pdf-engine: xelatex
editor: source