summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-06 10:30:45 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-06 10:32:54 +0200
commitb76e8d5db9bea8fb63e65fe7a54db6bbae1cf842 (patch)
tree2ccd7f3185b52b44f83f9ed23c1bbc3319e0804a /docs
parent87c0a5171af2e374cd6b0a0bd6d8d9531aaf796c (diff)
Interpret vertical page number alignment differently
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
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/page-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/page-setup.md b/docs/guides/page-setup.md
index 8efcb2cd..b396a383 100644
--- a/docs/guides/page-setup.md
+++ b/docs/guides/page-setup.md
@@ -34,7 +34,7 @@ document or in your template.
"iso-b7",
header: rect[Header],
footer: rect[Footer],
- number-align: top + center,
+ number-align: center,
)
#rect(fill: rgb("#565565"))