summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Collapse)Author
2024-10-07Fix hint for destructuring to an array with at least 1 element (#5154)+merlan #flirora
2024-10-07Error for parent-scoped figures without placement (#5151)Laurenz
2024-10-07Fix warning in proc macro (#5150)Laurenz
2024-10-07Refactor sub- and superscript substitution (#5120)Malo
2024-10-07Improve hint when provided array for destructuring has fewer elements than ↵Orange
expected (#5139) Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-07Fix excluded PDF pages being written (#5133)PgBiel
2024-10-07Add exception for NewCM Math Bold (#5126)Eric Biedert
2024-10-07Fix "thumbnail" key in manifest files not being optional (#5122)Armin Brauns
2024-10-07Fix panic for empty breakable block equations (#5116)Eric Biedert
2024-10-03Serialize and Deserialize for `PdfStandard` (#5108)Laurenz
2024-10-03Tweak default ignorable fix (#5105)Laurenz
2024-10-03Update changelog (#5033)Laurenz
2024-10-03Tweak docs (#5089)Laurenz
2024-10-03Fix default ignorables (#5099)Laurenz
2024-10-02Update Hayagriva (#5088)Martin Haug
2024-10-02Fix textual grouping (#5097)Laurenz
2024-10-02Adjust line number clearance (#5093)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-01Better return type for `download_index` (#5086)Laurenz
2024-10-01Fix panic in spilled block layout (#5085)Laurenz
2024-10-01Fix duration formatting precision (#5082)Laurenz
2024-10-01Improve region progression handlingLaurenz
Fixes #5044
2024-10-01Prevent double allocation due to `Content::sequence` (#5084)Laurenz
2024-10-01Fix order of tags in text show rules matches (#5083)Laurenz
2024-10-01Check that an output format is available before compiling (#5080)emilylime
2024-10-01Minimal PDF/A support (#5075)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2024-10-01Fix breakable block equation overflow (#5078)Max
2024-10-01Hint for `show par: set block(spacing: ..)` (#5076)Laurenz
2024-10-01Fix `math.stretch` not working vertically with attachments (#5069)Max
2024-09-30Remove `Case`s from NumberingPatterns (#5059)emilylime
2024-09-30Change default font to Libertinus Serif (#4969)Laurenz
2024-09-30Add internal URL type (#5074)Laurenz
2024-09-30PDF export diagnostics (#5073)Laurenz
2024-09-30Fix reference documentation mathematical error (#5072)Aaron Manning
2024-09-30Revert return type change in floor, ceil, trunc, quo (#5064)PgBiel
2024-09-30Write the font name for Type 3 fonts (#5070)Martin Haug
2024-09-30Do not write empty destination name tree root (#5066)Martin Haug
2024-09-27Fix a typo introduced in #5053 (#5055)Malo
2024-09-27Implement symbol Proposal 21 (iteration 1) (#5053)Malo
2024-09-27Fix numbering documentation (#5051)emilylime
2024-09-27Don't include "update" in help output if self-update disabled (#4940)Alex Rawson
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-27Fix `math.lr` size argument not being applied to enclosed `math.mid` (#5050)Max
2024-09-27Add Bengali-Letter Numbering (#5048)nz366
2024-09-27Better block caching (#5046)Laurenz
2024-09-26Spelling (#5020)Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-09-26Miscellaneous `sym.rs` improvements (#5045)Malo
2024-09-26Add Unicode 16 emoji (#4935)ssotoen
2024-09-26Add Bengali Numerals (#4997)nz366
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-26Add `math.stretch` element function (#5030)Max
2024-09-26Add alignment parameter to matrices and vectors (#4998)Max
2024-09-26Clarify the path argument of the image element (#4892)Dmytro Kravchenko-Loznia
Co-authored-by: Laurenz <laurmaedje@gmail.com> Co-authored-by: Martin Haug <mhaug@live.de>