diff options
Diffstat (limited to 'benches')
| -rw-r--r-- | benches/bench.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/bench.typ b/benches/bench.typ index f290844b..75c97d02 100644 --- a/benches/bench.typ +++ b/benches/bench.typ @@ -1,5 +1,5 @@ // Configuration with `page` and `font` functions. -#page(width: 450pt, margins: 1cm) +#set page(width: 450pt, margins: 1cm) // There are variables and they can take normal values like strings, ... #let city = "Berlin" |
