This commit is contained in:
2025-05-22 11:48:37 +02:00
parent c34ad20166
commit 6dc2fcf4df
22 changed files with 1824 additions and 25 deletions

View File

@@ -15,8 +15,6 @@
// set heading(numbering: "1.1")
set par(justify: true)
// set par(justify: true)
// equation setup
show ref: equate
show: equate.with(number-mode: "label", breakable: false)
@@ -34,7 +32,6 @@
($..$, $quad$),
)
// shiroa/zeta setup
body
}
@@ -45,7 +42,14 @@
#let lin = math.op("lin")
#let arccot = math.op("arccot")
// custom operators
#let sign = math.op("sign")
#let rot = math.op("rot")
#let grad = math.op("grad")
#let div = math.op("div")
// flashcards
#let flashcard(id, front, back) = {
back
}