summaryrefslogtreecommitdiff
path: root/docs/guides/page-setup.md
AgeCommit message (Collapse)Author
2025-06-25Fix typos in page-setup.md (#6499)Connor K
2025-02-25Fix paper name in page setup guide (#5956)Laurenz
2024-11-12Add support for page references through new `ref.form` property (#4729)Max
2024-10-18Use `set page(columns: n)` in tutorial (#5228)Martin Haug
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-03Tweak docs (#5089)Laurenz
2024-09-26Spelling (#5020)Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-09-26Rename place scope "page" to "parent" (#5027)Jeremie Knuesel
2024-09-25New flow layout, with multi-column floats (#5017)Laurenz
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