summaryrefslogtreecommitdiff
path: root/tests/typ/layout/page-number-align.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-02-21Use `Outer(H|V)Alignment` to constraint types (#3465)Leedehai
2023-09-06Interpret vertical page number alignment differentlyLaurenz
The vertical alignment of `number-align` now selects header or footer instead of aligning within the footer. This is a minor breaking change because - top behaves differently now - horizon is now forbidden - bottom (the new default) behaves differently, too Typical number-align usage will likely not use the vertical component at all, though. Fixes #645