typst/crates
bluebear94 c5a103867d
layout::par::finalize: Bound allotted width when fitting to width (#1828)
Sometimes, optimized line breaking outputs lines that are wider
than the allotted width so that spacing between words can be
narrowed to fit. However, the width calculation for the fit-to-width
case does not account for this, causing the resulting width to exceed
the width of the region. This commit takes the minimum of the
calculated width with the width of the region. Fixes #1825.
2023-08-03 00:45:40 +02:00
..
typst Ensure normal weight math font face is consistent (#1774) 2023-08-03 00:34:54 +02:00
typst-cli fix(cli): include export in compile time (#1816) 2023-08-03 00:31:28 +02:00
typst-docs Add infrastructure for compiler warnings (#1731) 2023-07-19 12:52:47 +02:00
typst-library layout::par::finalize: Bound allotted width when fitting to width (#1828) 2023-08-03 00:45:40 +02:00
typst-macros Center delimiters vertically about the axis (#1756) 2023-07-20 12:50:12 +02:00
typst-syntax enum ident one more then current start (#1824) 2023-08-03 00:35:26 +02:00