Moved Math macros to seperte file
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 20s

This commit is contained in:
alexander
2026-02-02 07:34:12 +01:00
parent 446be9a38f
commit d3e4df0a3f
3 changed files with 17 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
// Math macors
#let kern(x) = $op("kern")(#x)$
#let alg(x) = $op("alg")(#x)$
#let geo(x) = $op("geo")(#x)$
#let spann(x) = $op("spann")(#x)$
#let Bild(x) = $op("Bild")(#x)$
#let Rang(x) = $op("Rang")(#x)$
#let Eig(x) = $op("Eig")(#x)$
#let ip(x, y) = $lr(angle.l #x, #y angle.r)$
#show math.integral: it => math.limits(math.integral)
#show math.sum: it => math.limits(math.sum)
#let lim = $limits("lim")$