Further expended linal Sammlung
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 35s

This commit is contained in:
alexander
2026-01-06 20:23:25 +01:00
parent eff0c7da6b
commit 76ab900cac
3 changed files with 169 additions and 50 deletions

View File

@@ -5,12 +5,12 @@
align(left, block(e))
}
#let subHeading(it: content, fill: color) = {
#let subHeading(body, fill: color) = {
box(
align(
top+center,
text(
it,
body,
size: 10pt,
weight: "regular",
style: "italic",
@@ -22,3 +22,7 @@
height: auto
)
}
#let MathAlignLeft(e) = {
align(left, block(e))
}