diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-23 22:46:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-23 22:52:40 +0200 |
| commit | adf52a873f0cdff310c236998fc5018a886b339b (patch) | |
| tree | d1964d42285922a8c24c4929e26ee5f1d1d8746a /tests/typ/layout/page.typ | |
| parent | b42ecbd6a67d6af42f06c52c290d88e176cee0ea (diff) | |
Drop `iso-` prefix for A papers
Diffstat (limited to 'tests/typ/layout/page.typ')
| -rw-r--r-- | tests/typ/layout/page.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/page.typ b/tests/typ/layout/page.typ index 123d1c6e..315680a6 100644 --- a/tests/typ/layout/page.typ +++ b/tests/typ/layout/page.typ @@ -24,7 +24,7 @@ [#page(margins: 0pt, left: 20pt) Overriden] // Flipped predefined paper. -[#page(paper: "iso-a11", flip: true) Flipped A11] +[#page(paper: "a11", flip: true) Flipped A11] // Flipped custom page size. #page(width: 40pt, height: 120pt) |
