diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-05 19:23:45 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-05 19:23:45 +0200 |
| commit | 155673c15e3d64fc5537041d1f5095811cc794b3 (patch) | |
| tree | 7417c5640250f64a010286e2e91e0ae01e76a76a /tests/typ | |
| parent | 4ff1519bead4115e4b73d490f6923ebb589b62c1 (diff) | |
Paper longhand for page function
Diffstat (limited to 'tests/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 0de397f3..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("a11", flip: true) Flipped A11] +[#page(paper: "a11", flip: true) Flipped A11] // Flipped custom page size. #page(width: 40pt, height: 120pt) |
