| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1879
|
|
|
|
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
|
|
Fixes #2019.
|
|
The name `empty` shall not appear in any test but `empty.typ`.
|
|
at basically empty pages (#1929)
|
|
|
|
|
|
|
|
|
|
This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile.
Fixes #82
Fixes #685
Fixes #1705
|
|
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#890)
|
|
and also general linebreak improvements
|
|
|
|
|
|
Closes #341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #353.
|
|
When a page has auto width and there were no other constraints on the repetition width, this would previously panic. Now, there is an explicit check with a new error and test case.
|