-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
65 lines (53 loc) · 1.4 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
project:
type: book
book:
title: "Precalculus: 01 Function"
author: "Peter Baumgartner"
date: last-modified
date-format: YYYY-MM-DD HH:mm
favicon: "img/abacus.svg"
site-url: https://bookdown.org/pbaumgartner/precalculus-01-function/
repo-url: https://github.com/petzi53/precalculus-01-function
repo-branch: master
repo-actions: [edit, issue]
chapters:
- index.qmd
- 01-function-notation.qmd
- 95-references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css:
- quarto.css
- glossary.css
number-sections: true
toc-depth: 5
toc-expand: 2
code-fold: false
code-tools: true
code-link: true
code-overflow: scroll
df-print: default
knitr:
opts_chunk:
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor: visual
execute:
freeze: auto
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
language:
crossref-fig-title: "Graph"
crossref-prp-title: "Procedure"
crossref-lem-title: "Solution"
crossref-cnj-title: "R Code"
# https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml
callout-tip-title: "Tip" # green
callout-note-title: "Note" # blue
callout-warning-title: "Wach out!" # orange
callout-important-title: "Procedure" # red
callout-caution-title: "TODO" # yellow