diff options
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 fdf6ab54..8f47a749 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" |
