| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
table (#1568)
|
|
|
|
|
|
This ensures that the ranges of the shaped glyphs are monotonically
decreasing in right-to-left-text, thus avoiding nonsensical results
in find_safe_to_break that later causes a panic (see #1373).
Additionally, debug assertions have been added to catch non-monotonic
glyph ranges.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1540.
|
|
|
|
So these assets lives inside the typst-library crate and doesn't break `cargo vendor`
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #183
|
|
Fixes #1388
|
|
|
|
Fixes #785. Thanks to @Dherse for the idea!
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
consistency (#1456)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1433
|
|
This still not gives the "footnote and entry" are on same page invariant for blocks, but at least we do not get random extraneous page breaks anymore.
Relevant issues: #1275, #1433
|
|
|
|
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
|