-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (45 loc) · 1.02 KB
/
_quarto.yml
File metadata and controls
48 lines (45 loc) · 1.02 KB
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
project:
type: book
output-dir: docs
book:
title: "ELCOM Manual"
description: "This is a draft of the ELCOM manual."
date: today
chapters:
- index.qmd
- part: "Overview"
chapters:
- 01-intro.qmd
- 02-notation.qmd
- part: "Science Description"
chapters:
- 03-sci-intro.qmd
- 04-sci-goveqns.qmd
- 05-sci-timestep.qmd
- 06-sci-method.qmd
- 07-sci-thermo.qmd
- 08-sci-mixing.qmd
- 09-sci-underflow.qmd
- 10-sci-destrat.qmd
- part: "Using ELCOM"
chapters:
- 11-getting-started.qmd
- 12-pre.qmd
- 13-elcom.qmd
- 14-running.qmd
- 15-output.qmd
- 16-developer.qmd
- part: "Examples"
chapters:
- 17-application.qmd
- 18-publications.qmd
- references.qmd
bibliography: [book.bib, packages.bib]
suppress-bibliography: true
format:
html:
theme: cosmo
pdf:
documentclass: book
include-in-header: preamble.tex
latex-engine: xelatex