diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-02 11:06:45 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-02 11:06:45 +0200 |
| commit | efb78831a7a9fe8c807c326a1bfa338b50579938 (patch) | |
| tree | 7bbba4130ac47809c72efeac796b2ca71b72e659 /tests/stack.typ | |
| parent | 659248d52ff9e6be4dad7c4555bd62899671ad55 (diff) | |
Unify font and page functions 💕
- Removes font weight and width warnings for now, will be added again later
- Adds a bit hacky get_first function for tuples, will be refactored soon anyway
Diffstat (limited to 'tests/stack.typ')
| -rw-r--r-- | tests/stack.typ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/stack.typ b/tests/stack.typ index cbca41dc..78f6540e 100644 --- a/tests/stack.typ +++ b/tests/stack.typ @@ -1,5 +1,4 @@ -[page.size: w=5cm, h=5cm] -[page.margins: 0cm] +[page: w=5cm, h=5cm, margins=0cm] // Test 1 [box: w=1, h=1, debug=false][ |
