-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
73 lines (68 loc) · 1.64 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
project:
type: book
output-dir: docs
book:
title: An example report
subtitle: The subtitle
output-file: "QmdReport"
# cover-image: images/logo.png
# image: images/logo.png
downloads: [pdf, docx]
author:
- name: Jane Doe
affiliations:
- name: NOAA Fisheres
department: Northwest Fisheries Science Center
- name: Eva Nováková
affiliations:
- name: NOAA Fisheries
department: West Coast Regional Office
- name: Matti Meikäläinen
affiliations:
- name: NOAA Fisheries
department: Southwest Fisheries Science Center
chapters:
- index.qmd
# - deleteme3.qmd
- text/CRchum.qmd
# - text/ICSRFchinook.qmd
- text/ICUCchinook.qmd
- text/LCchinook.qmd
# - text/UWchinook.qmd
- text/ICSRsthd.qmd
# - text/ICUCsthd.qmd
# - text/LCcoho.qmd
# - text/LCsthd.qmd
# - text/OCcoho.qmd
# - text/HCchum.qmd
# - text/UWsthd.qmd
- text/conclusion.qmd
- references.qmd
site-url: https://nmfs-opensci.github.io/QuartoReport/
repo-url: https://github.com/nmfs-opensci/QuartoReport
repo-actions: [edit, source, issue]
search: true
bibliography: [references.bib, SEDAR.bib]
execute:
echo: false
code-overflow: wrap
format:
docx:
toc: true
toc-depth: 2
reference-doc: template_gt.dotx
always_allow_html: true
html:
theme: cosmo
toc: true
toc-depth: 3
pdf:
documentclass: scrbook
classoption: ["oneside", "open=any"]
template-partials: ["partials/before-body.tex"]
toc: true
toc-depth: 2
lof: true
lot: true
include-in-header:
- partials/inheader1.tex