Improved
Version 0.14.0, Release Candidate 2 (October 17, 2025)
Changes since Release Candidate 1:
-
PDF export
- Avoided bugs of some PDF viewers (e.g. Apple Preview) with links when possible (#7146)
- Fixed encoding of text attributes in PDF tagging in some circumstances (#7092)
- Fixed that Tagged PDF output could emit empty paragraphs (#7130)
- Fixed crash in PDF export on empty table (#7126)
- Fixed crash in PDF export when multiple captions appear inside a figure (#7177)
- Improved the hint for setting the document title (#7149)
- Improved the error message for empty heading titles in PDF/UA export (#7171)
-
HTML export
- The HTML export error about footnotes in combination with a custom
<head>or<body>can now be silenced with a custom footnote show rule (#7145) - Fixed crash with footnote references in HTML export (#7158)
- Fixed encoding of CSS relative values in HTML export (#7096)
- Fixed encoding of the placeholder HTML for
typst watch(#7108)
- The HTML export error about footnotes in combination with a custom
-
Text & Layout
- Fixed regression in line layout of right-to-left justified text (#7172)
- CJK-Latin-Spacing is not added anymore at sub- and superscript boundaries (#7175)
- Added French (Canada) translation for one term (#7098)
-
Math
- Reverted changes to accent width calculations in math (#7138)
- Fixed regression in vertical stretching of glyphs (#7170)
- Fixed error in math parsing when
..isn't followed by anything (#7105)
-
Introspection
- Fixed regression related to introspection of elements in grids that span multiple pages (#7124)
-
Development
- Fixed warning in cargo release builds due to a yanked package (#7141)
-
Various docs fixes and improvements