Further expended linal Sammlung
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 35s
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 35s
This commit is contained in:
@@ -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))
|
||||
}
|
||||
Reference in New Issue
Block a user