added name anchor to ALU

This commit is contained in:
2024-05-18 16:48:25 +02:00
parent 08f931bbde
commit 699b3c0189
3 changed files with 9 additions and 2 deletions

View File

@ -68,4 +68,9 @@
south-east: "south-west",
south-west: "north-west"
).at(anchor)
}
}
#let valid-anchors = (
"center", "north", "east", "west", "south",
"north-east", "north-west", "south-east", "south-west"
)