-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (42 loc) · 838 Bytes
/
_quarto.yml
File metadata and controls
44 lines (42 loc) · 838 Bytes
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
project:
type: book
output-dir: docs
execute:
freeze: auto # re-render only when source changes
book:
title: "mrgsolve user guide"
favicon: images/MRG-Solve-Hex.png
author: "Kyle Baron"
date: "today"
date-format: long
chapters:
- index.qmd
- components.qmd
- specification.qmd
- read-write.qmd
- datasets.qmd
- event.qmd
- dose-events.qmd
- matrix.qmd
- output.qmd
- sequence.qmd
- steady-state.qmd
- plugins.qmd
- mtime.qmd
- topics.qmd
- q-and-a.qmd
- install.qmd
bibliography: references.bib
format:
html:
theme: cosmo
linkcolor: "#097f5f"
user_guide-pdf:
keep_tex: true
number-sections: true
toc: true
toc-depth: 3
keywords: rstats, mrgsolve, simulation, ode
# pdf:
# documentclass: scrreprt
# toc-depth: 2