diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-07 14:10:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-07 14:11:56 +0200 |
| commit | c0f5cd011f882dd177af988260c8687cab057925 (patch) | |
| tree | 2b9dcd638a5609580390c674a557fae4efdda8d4 /tests/typ | |
| parent | 61fdc85b13824c2f80e62ff12fe654465d850181 (diff) | |
Slim down and organize paper sizes
Co-Authored-By: Martin <mhaug@live.de>
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/layout/page.typ | 2 | ||||
| -rw-r--r-- | tests/typ/layout/pagebreak.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/layout/page.typ b/tests/typ/layout/page.typ index 315680a6..123d1c6e 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: "a11", flip: true) Flipped A11] +[#page(paper: "iso-a11", flip: true) Flipped A11] // Flipped custom page size. #page(width: 40pt, height: 120pt) diff --git a/tests/typ/layout/pagebreak.typ b/tests/typ/layout/pagebreak.typ index ab591c87..aac585c2 100644 --- a/tests/typ/layout/pagebreak.typ +++ b/tests/typ/layout/pagebreak.typ @@ -11,7 +11,7 @@ A #box[ B #pagebreak() - #page("a4") + #page("iso-a4") ] C |
