-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
73 lines (68 loc) · 1.43 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: website
execute:
eval: true
echo: true
output: true
cache: true
editor_options:
chunk_output_type: inline
website:
title: "How to Become a Mathematician"
navbar:
left:
- sidebar:proplog
- sidebar:fol
- sidebar:arithmetic
- sidebar:geom
- sidebar:reals
- sidebar:comb
- sidebar:sets
sidebar:
- id: proplog
title: "Prop. Logic"
style: "docked"
background: light
collapse-level: 3
contents:
- prop_log\ancient_greek.qmd
- prop_log\core_examples.qmd
- prop_log\abstract_propositions.qmd
- prop_log\parse_tree.qmd
- prop_log\eval.qmd
- prop_log\op_props.qmd
- prop_log\deduction.qmd
- prop_log\axiom_systems.qmd
- id: fol
title: "FOL"
style: "docked"
background: light
collapse-level: 3
contents:
- fol\pred.qmd
- fol\quant.qmd
- fol\fol.qmd
- id: arithmetic
title: "Arithmetic"
style: "docked"
background: light
contents:
- ari\axioms.qmd
- id: geom
title: "Geometry"
- id: reals
title: "Reals"
- id: comb
title: "Combinatorics"
- id: sets
title: "Set Theory"
format:
html:
theme: cosmo
toc: true
toc-expand: 3
code-fold: true
jupyter: python3
monobackgroundcolor: "#f9f9f9"
code-block-border-left: "#31BAE9"
highlight-style: arrow