summaryrefslogtreecommitdiff
path: root/tests/ref/bugs
AgeCommit message (Collapse)Author
2023-07-17Support for bounding box text edges (#1626)damaxwell
2023-06-26support optical sizes for script/scriptscript when available (#1580)damaxwell
2023-06-26shape_tofus: respect text direction when inserting tofus (#1519)bluebear94
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.
2023-06-24layout::par::collect: Treat linebreak element as whitespace (#1542)bluebear94
Fixes #1540.
2023-06-12Fix bug with extra table linesLaurenz
Fixes #183
2023-06-12Fix bug with missing table rowLaurenz
Fixes #1388
2023-06-12Delayed errorsLaurenz
Fixes #785. Thanks to @Dherse for the idea!
2023-06-08Fix a bug with footnotes in blocks/lists/etc.Laurenz
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
2023-06-08Fix a bug in footnote together-keeping logicLaurenz
2023-06-08Fix line alignmentLaurenz
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-05-30Fix pagebreak before `place`Laurenz
Fixes #1368
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-05-22Don't hide introspection metadataLaurenz
Fixes #622
2023-05-11Adjust attach() per TeXbook Appendix G 18a (#1129)Leedehai
2023-05-02Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)Martin Haug
2023-05-01Fix smartquotes in outline (#1047)chris-02
Fixes #1041.
2023-04-29Add a test checking equations can embed function-built pieces (#1033)Leedehai
2023-04-26Fix grid-cell misalignment bug (#963) (#978)jdierkes
Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Fix math hiding once moreLaurenz
2023-04-19Fix realize in mathLaurenz
2023-04-05Fix hiding of math (#587)Daniel Csillag
2023-02-25New default styleLaurenz
2023-02-14Fix grid sizingLaurenz
2023-02-14Better table linesLaurenz
2023-02-13Block sizingLaurenz
2023-02-12Fix square baseLaurenz
2023-02-12Fix place baseLaurenz
2023-02-12Skip grid region if one cell is emptyLaurenz
2023-02-12Change grid base for auto columnsLaurenz
2023-02-11Fix flow bugsLaurenz