-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
89 lines (85 loc) · 1.84 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
project:
type: book
output-dir: docs
preview:
browser: true
book:
title: "New Zealand Soil Classification v4.0 (draft)"
author: "Allan. E. Hewitt"
date: last-modified
language: en
page-navigation: true
back-to-top-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_NZSC_v4
repo-url: https://github.com/manaakiwhenua/nzsc_v4
chapters:
- index.qmd
- Foreword.qmd
- Introduction.qmd
- Changelog.qmd
- Diagnostics.qmd
- Key-to-Orders.qmd
- Allophanics.qmd
- Anthropics.qmd
- Browns.qmd
- Gleys.qmd
- Granulars.qmd
- Melanics.qmd
- Organics.qmd
- Oxidics.qmd
- Pallics.qmd
- Podzols.qmd
- Pumices.qmd
- Raws.qmd
- Recents.qmd
- Semiarids.qmd
- Ultics.qmd
- Acknowledgements.qmd
- Appendix.qmd
- references.qmd
- glossary.qmd
bibliography: NZSC_reference_list_4e.bib
csl: mwlr-citation-style-second-ed.csl
format:
html:
theme:
light: cosmo
number-sections: false
citations-hover: true
footnotes-hover: true
css: styles.css
# Word doc was prepped directly and has comments etc so this will be replaced:
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: false
tbl-colwidths: true
df-print: paged
# global knitr options
knitr:
opts_chunk:
comment: "#>"
collapse: true
out.width: '85%'
fig.align: 'center'
echo: false
fig.show: 'hold'
results: 'hold'
warning: false
message: false
error: false