summaryrefslogtreecommitdiff
path: root/tests/ref/bugs
AgeCommit message (Collapse)Author
2023-11-29Bump hayagrivaLaurenz
2023-11-29Update New Computer Modern fonts to version 4.7 (#2764)Leedehai
2023-11-19Workaround for show set propagation on citationsLaurenz
Fixes #2531
2023-11-13Filter out meta items when adding CJK-Latin (#2655)Wenzhuo Liu
spacing.
2023-10-31CSL supportLaurenz
2023-10-28Add regression test for #80Laurenz
2023-10-28Fix justification with hanging indent and negative spacingLaurenz
Fixes #2419
2023-10-28Fix justified linebreaking without justifiablesLaurenz
2023-10-02Passing color to the augment line in matrix (#2281)LU Jialin
2023-09-29Color fixes (#2262)Sébastien d'Herbais de Thun
2023-09-26Prevent block spacing with placed elements (#2244)Eric Biedert
2023-09-25Fixing the styling issues of the empty pages caused by pagebreak (#2182)LU Jialin
2023-09-25Fixing the baseline in math content (#2220)LU Jialin
2023-09-19Allow multiple fallback fonts in SVGs (#2122)Eric Biedert
2023-09-14Fix invisibles on final page (#2141)Laurenz
2023-09-13Update to usvg 0.35 (#2113)Laurenz Stampfl
2023-09-13Fix newline in text in mathLaurenz
Fixes #1948
2023-09-13Fix box in 100% width blockLaurenz
Fixes #2128
2023-09-12Fix newline parsing behaviour in markupLaurenz
2023-09-11Update tests for type system changesLaurenz
2023-09-11Wrap into an equation when a Math expr is evaluated (#2081)LU Jialin
2023-09-09Fix font family mismatch between Typst and usvgLaurenz
Fixes #2051
2023-09-06Fix spacing after number in mathLaurenz
Fixes #1052
2023-07-19Positions placed elements relative to real container size (#1745)Laurenz
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
2023-07-18Improved math root layout (#1743)damaxwell
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