diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-30 11:04:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 11:04:53 +0200 |
| commit | 45812b700114a51f0ee21e31f4454cde3729eaf5 (patch) | |
| tree | 435e5a0ade7dc2cbf9199418c618846bb655e957 /tests/typ/coma.typ | |
| parent | 1c43d8af12a8d318fb681713d0e66eb754485589 (diff) | |
| parent | b2fb42cc7019b0269e892c4e39c52557252fecf9 (diff) | |
Merge pull request #35 from typst/wide-calls
Wide calls
Diffstat (limited to 'tests/typ/coma.typ')
| -rw-r--r-- | tests/typ/coma.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/coma.typ b/tests/typ/coma.typ index b1eefc9f..5074bd9e 100644 --- a/tests/typ/coma.typ +++ b/tests/typ/coma.typ @@ -1,5 +1,5 @@ // Configuration with `page` and `font` functions. -#page(width: 450pt, margins: 1cm) +#page!(width: 450pt, margins: 1cm) // There are variables and they can take normal values like strings, ... #let city = "Berlin" |
