# Typst v0.14.0-rc.2 — Version 0.14.0, Release Candidate 2 (October 17, 2025) - Product: Typst (https://whatsnew.fyi/product/typst) - Vendor: Typst - Date: 2025-10-17 - Version: v0.14.0-rc.2 - Original notes: https://github.com/typst/typst/releases/tag/v0.14.0-rc.2 - Permalink: https://whatsnew.fyi/product/typst/releases/v0.14.0-rc.2 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Avoid bugs of some PDF viewers (e.g. Apple Preview) with links when possible - **fixed** — Fix encoding of text attributes in PDF tagging in some circumstances - **fixed** — Fix that Tagged PDF output could emit empty paragraphs - **fixed** — Fix crash in PDF export on empty table - **fixed** — Fix crash in PDF export when multiple captions appear inside a figure - **changed** — Improve the hint for setting the document title - **changed** — Improve the error message for empty heading titles in PDF/UA export - **changed** — Allow the HTML export error about footnotes in combination with a custom or to be silenced with a custom footnote show rule - **fixed** — Fix crash with footnote references in HTML export - **fixed** — Fix encoding of CSS relative values in HTML export - **fixed** — Fix encoding of the placeholder HTML for typst watch - **fixed** — Fix regression in line layout of right-to-left justified text - **changed** — CJK-Latin-Spacing is not added anymore at sub- and superscript boundaries - **added** — Add French (Canada) translation for one term - **fixed** — Revert changes to accent width calculations in math - **fixed** — Fix regression in vertical stretching of glyphs - **fixed** — Fix error in math parsing when .. isn't followed by anything - **fixed** — Fix regression related to introspection of elements in grids that span multiple pages 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 `` or `` 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) - 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