-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
210 lines (167 loc) · 4.04 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
project:
type: book
output-dir: docs
book:
title: "Numbers, Sequences and Series"
subtitle: "Lecture Notes"
author:
- name: "Dr. Silvio Fanzon"
affiliations:
- name: "University of Hull"
department: "Department of Mathematics"
state: "United Kingdom"
email: "[email protected]"
url: "https://www.silviofanzon.com"
date: today
# To enter today's date replace by today
# Enter date formatted as dd MM yyyy
date-format: "D MMM YYYY"
downloads: pdf
favicon: images/favicon.png
search:
location: navbar
type: overlay
page-footer:
center:
- text: "License"
href: sections/license.qmd
- text: "Contact"
href: https://www.silviofanzon.com/contact
navbar:
search: true
pinned: false
background: black
foreground: "#E8E8E8"
sidebar:
search: false
chapters:
- index.qmd
- sections/chap_1.qmd
- sections/chap_2.qmd
- sections/chap_3.qmd
- sections/chap_4.qmd
- sections/chap_5.qmd
- sections/chap_6.qmd
- sections/chap_7.qmd
- sections/chap_8.qmd
- sections/license.qmd
- sections/references.qmd
bibliography: teaching.bib
format:
html:
toc: true
toc-title: On this page
toc-location: right
code-overflow: wrap
execute:
freeze: auto
theme:
light: [flatly, theme-custom.scss]
dark: [darkly]
fig-align: center
fig-cap-location: bottom
link-external-icon: true
number-sections: true
pdf:
documentclass: scrreprt
fontfamily: libertinus
fontfamilyoptions:
- osf
- p
fontsize: 12pt
template-partials:
- before-body.tex
geometry:
- top=25mm
- left=15mm
- right=15mm
- bottom=25mm
- heightrounded
link-citations: true
link-external-icon: true
linkcolor: magenta
urlcolor: magenta
citecolor: magenta
cite-method: biblatex
biblatexoptions: maxbibnames=99, style=numeric, giveninits=true, url=true
callout-appearance: simple
callout-icon: true
include-in-header:
- text: |
\usepackage{scrlayer-scrpage}
\lohead{Numbers, Sequences and Series}
\cohead{}
\rohead{Page \pagemark}
\lofoot{Dr. Silvio Fanzon}
\cofoot{}
\rofoot{[email protected]}
\setheadsepline{0.5pt}
\setfootsepline{0.8pt}
\addtokomafont{pageheadfoot}{\color{gray}\textnormal}
\setkomafont{pagenumber}{}
\ModifyLayer[addvoffset=-.6ex]{scrheadings.foot.above.line}
\ModifyLayer[addvoffset=-.6ex]{plain.scrheadings.foot.above.line}
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
\setlength{\parindent}{0pt}
crossref:
eq-prefix: ""
filters:
- custom-numbered-blocks
custom-numbered-blocks:
groups:
thmlike:
colors: [f4cce0, db4d92]
boxstyle: foldbox.simple
collapse: false
listin: [mathstuff]
todos: default
classes:
Theorem:
group: thmlike
Corollary:
group: thmlike
Conjecture:
group: thmlike
Proposition:
group: thmlike
Lemma:
group: thmlike
Question:
group: thmlike
Axiom:
group: thmlike
Important:
group: thmlike
numbered: false
Warning:
group: thmlike
numbered: false
Problem:
group: thmlike
numbered: false
Definition:
group: thmlike
colors: [c6e6ed, 1995ad]
Notation:
group: thmlike
colors: [c6e6ed, 1995ad]
Remark:
group: thmlike
colors: [bce5de, 21aa93]
Example:
group: thmlike
colors: [bce5de, 21aa93]
Proof:
group: thmlike
colors: [f1f1f2, c0c0c1]
numbered: false
TODO:
label: "To do"
colors: [e7b1b4, 8c3236]
group: todos
listin: [stilltodo]
DONE:
label: "Done"
colors: [cce7b1, 86b754]
group: todos