Fixed complex
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 21s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 21s
This commit is contained in:
@@ -6,9 +6,8 @@
|
||||
#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)
|
||||
#let lim = $limits("lim")$
|
||||
#show math.sum: it => math.limits(math.sum)
|
||||
Reference in New Issue
Block a user