diff options
Diffstat (limited to 'tests/typ/layout/page-number-align.typ')
| -rw-r--r-- | tests/typ/layout/page-number-align.typ | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/typ/layout/page-number-align.typ b/tests/typ/layout/page-number-align.typ deleted file mode 100644 index 7559dd65..00000000 --- a/tests/typ/layout/page-number-align.typ +++ /dev/null @@ -1,25 +0,0 @@ -// Test page number alignment. - ---- -#set page( - height: 100pt, - margin: 30pt, - numbering: "(1)", - number-align: top + right, -) - -#block(width: 100%, height: 100%, fill: aqua.lighten(50%)) - ---- -#set page( - height: 100pt, - margin: 30pt, - numbering: "[1]", - number-align: bottom + left, -) - -#block(width: 100%, height: 100%, fill: aqua.lighten(50%)) - ---- -// Error: 25-39 expected `top` or `bottom`, found horizon -#set page(number-align: left + horizon) |
