-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
62 lines (59 loc) · 1.34 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
project:
type: book
output-dir: _site
book:
title: A Guide to Implementing Nutrition and Food Security Surveys
subtitle: Technical Handbook
author:
- Ernest Guevarra
date: last-modified
date-format: "DD MMMM YYYY"
chapters:
- index.qmd
- part: Child Anthropometry
chapters:
- 01-anthropometry.qmd
- 02-weight.qmd
- 03-height.qmd
- 04-muac.qmd
- 05-oedema.qmd
- 06-standardisation.qmd
- part: Dietary Intake
chapters:
- 07-dietdiversity.qmd
- 08-foodconsumption.qmd
- part: Food security
chapters:
- 09-hfias.qmd
- references.qmd
cover-image: images/nutriverse.png
search: true
repo-url: https://github.com/nutriverse/nutrisurvey/
repo-actions: [edit]
downloads: [pdf, epub]
#sharing: [twitter, facebook]
google-analytics:
tracking-id: ""
anonymize-ip: true
bibliography: book.bib
format:
html:
theme: pulse
highlight-style: breeze
number-sections: true
crossref:
chapters: true
html-table-processing: none
pdf:
documentclass: scrreprt
papersize: a4
highlight-style: breeze
number-sections: true
crossref:
chapters: true
epub:
cover-image: images/nutriverse.png
highlight-style: breeze
number-sections: true
crossref:
chapters: true