typst/tests/typ
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
..
bugs Reintroduce `--root` 2023-06-28 10:36:53 +02:00
compiler Add start parameter to array enumerate (#1818) 2023-07-29 23:11:21 +02:00
compute Support `scope` argument for `eval` 2023-07-18 21:53:42 +02:00
layout Resolve `place` deltas relative to real container size 2023-07-19 12:59:34 +02:00
lint Add infrastructure for compiler warnings (#1731) 2023-07-19 12:52:47 +02:00
math large operators have limits in displays; relations have limits always (#1748) 2023-08-03 00:27:33 +02:00
meta Warn if layout doesn't stabilize (#1684) 2023-08-03 00:24:25 +02:00
text Support OpenType writing script (#1697) 2023-07-19 12:25:24 +02:00
visualize layout::par::finalize: Bound allotted width when fitting to width (#1828) 2023-08-03 00:45:40 +02:00
coma.typ Reintroduce `--root` 2023-06-28 10:36:53 +02:00
empty.typ Reorganize tests 🔀 2021-02-20 23:34:33 +01:00