summaryrefslogtreecommitdiff
path: root/docs/guides/page-setup.md
AgeCommit message (Collapse)Author
2024-03-04Add support for shortcut links in docs (#3547)Laurenz
2024-02-27New context system (#3497)Laurenz
2023-10-17mehtod to method in page-setup.md (#2412)Pierre
2023-10-05Fix typo in page setup guideLaurenz
Fixes #2315
2023-09-16Fix multiplication tableLaurenz
2023-09-14Simplify page setup examplesLaurenz
Fixes #2132
2023-09-11Docs generation for typesLaurenz
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
2023-09-04Add a page setup guide (#1911)Martin Haug