initial commit

This commit is contained in:
2024-06-23 20:59:51 +02:00
commit 81ca0b8e32
10 changed files with 736 additions and 0 deletions

5
src/utils.typ Normal file
View File

@@ -0,0 +1,5 @@
#let asymp(value) = box(
inset: .5em,
stroke: black + .5pt,
value
)