Files
TUM-Formelsammlungen/src/lib/mathExpressions.typ
alexander 68b599eea4
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 21s
Fixed complex
2026-02-02 12:40:23 +01:00

13 lines
405 B
Typst

// 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 lim = $limits("lim")$
#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)