diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-07 19:02:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-07 19:07:11 +0100 |
| commit | 1ece263579afcf94ca44acc8e157bce01c3226b8 (patch) | |
| tree | 6da8a7b03bf2138efb728d20f506aec3557afe5c /tests | |
| parent | 271af7ed0308c9eca7da5dce93d52d38be84889f (diff) | |
Create easy-to-use argument parser 💎
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouts/coma.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/layouts/coma.typ b/tests/layouts/coma.typ index b56299ec..83900e03 100644 --- a/tests/layouts/coma.typ +++ b/tests/layouts/coma.typ @@ -1,6 +1,6 @@ {size:420pt*300pt} -[box: horizontal][ +[box: flow=horizontal][ *Technical University Berlin* [n] *Faculty II, Institute for Mathematics* [n] Secretary Example [n] @@ -17,7 +17,7 @@ *Alle Antworten sind zu beweisen.* ] -[box: horizontal][ +[box: flow=horizontal][ *1. Aufgabe* [align: right][(1 + 1 + 2 Punkte)] ] |
