-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
123 lines (112 loc) · 2.87 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
project:
type: book
output-dir: docs
book:
title: "Soil Description Handbook"
author: "Lauren O'Brien"
date: "2024-01-23"
language: en
page-navigation: true
publisher: "Manaaki Whenua Landcare Research"
publisher-place: "Palmerston North, New Zealand"
reader-mode: true
search: true
downloads: [docx, epub]
output-file: MWLR_2024_DRAFT_soil-description-handbook
repo-url: https://github.com/manaakiwhenua/NZ_soildesc_2024
back-to-top-navigation: true
chapters:
- index.qmd
- intro.qmd
- part: "Soil Setting"
chapters:
- ss_00_intro.qmd
- ss_02_location.qmd
- ss_03_landscape.qmd
- ss_04_parent_material.qmd
- ss_05_climate.qmd
- ss_06_biota.qmd
- ss_07_landuse_mgmt.qmd
- ss_08_soils.qmd
- part: "Soil surface and profile"
chapters:
- pr_00_intro.qmd ## Horizonation
- pr_01_surface.qmd ## Rocks etc
- pr_02_layers.qmd ## soil moisture
- part: "Soil horizons"
chapters:
- hr_01_architecture.qmd ## Structure voids roots
- hr_02_colour.qmd
- hr_03_texture.qmd
- hr_04_secondary_features.qmd
- hr_05_physical_properties.qmd ##
- hr_06_chemical_properties.qmd
- part: "Soil interpretations"
chapters:
- in_00_intro.qmd
- in_01_horizon_names.qmd
- in_02_horizon_properties.qmd
- in_04_setting_properties.qmd
- in_05_nzsc_toplevel.qmd
- in_06_nzsc_familysibling.qmd
- references.qmd
appendices:
- ap_01_equipment.qmd
- ap_02_field_recording.qmd
- ap_sampling.qmd
- ap_03_database_design.qmd
- ap_compat.qmd
- ap_04_glossary.qmd
- changelog.qmd
bibliography: soil_desc_refs_2024.bib
csl: mwlr-citation-style-second-ed.csl
format:
html:
theme: cosmo
date-modified: last-modified
callout-appearance: "simple"
css: styles.css
mermaid:
theme: neutral
docx:
reference-doc: custom-reference-doc.docx
toc: true
toc-depth: 3
toc-title: "Contents"
number-sections: true
number-depth: 4
df-print: paged
link-citations: true
epub:
split-level: 2
toc: true
css: styles.css
number-sections: true
number-depth: 4
tbl-colwidths: true
df-print: paged
# pdf:
# documentclass: scrreport
# toc: true
# number-sections: true
# number-depth: 3
# top-level-division: chapter
# mainfont: Ebrima
# monofont: "Fira Code"
# linkcolor: "#0563C1"
# papersize: "A5"
# include-in-header:
# - text: |
# \usepackage[table]{xcolor}
# global knitr options
knitr:
opts_chunk:
comment: "#>"
collapse: true
fig.align: 'center'
echo: false
fig.show: 'hold'
results: 'hold'
warning: false
message: false
error: false