summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-30Version bumpv0.6.0Laurenz
2023-06-30Update changelogLaurenz
2023-06-30More package documentationLaurenz
2023-06-30Non-Typst highlighting in documentationLaurenz
2023-06-30Autocomplete for packagesLaurenz
2023-06-30Minor improvementsLaurenz
2023-06-30Add support for European Portuguese variant (#1619)chico ferreira
2023-06-28Reduce rebuilds for the Nix flake (#1586)figsoda
This makes it so the package doesn't need to be rebuilt when unrelated changes happen, e.g. in README
2023-06-28Test build and run Nix Flake in CI (#1477)Caleb Maclennan
Co-authored-by: figsoda <figsoda@pm.me>
2023-06-28Reintroduce `--root`Laurenz
2023-06-27Basic package managementLaurenz
2023-06-26Fix warningsLaurenz
2023-06-26Fix shaping debug assertionsLaurenz
2023-06-26support optical sizes for script/scriptscript when available (#1580)damaxwell
2023-06-26math under/overline now draws simple lines based on parameters in math font ↵damaxwell
table (#1568)
2023-06-26Fix underline bug. (#1567)Andy Barcia Rodríguez
2023-06-26Make footnotes referenceable (#1546)MALO
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-24fix: add missing syntaxes (#1565)Gabriel Wu
2023-06-24Tidy upLaurenz
2023-06-24Use third person in documentation (#1560)MALO
2023-06-24Display compilation time in status message (#1564)Joseph Wilson
2023-06-24Some backslash in math fixes (#1561)sitandr
2023-06-24Add geq (#1557)DVDTSB
2023-06-24Added argument to disable limits in inline math, closes #1522 (#1552)sitandr
2023-06-24Improve image rendering under rotation when exporting to PNG (#1547)Tom Binford
2023-06-24layout::par::collect: Treat linebreak element as whitespace (#1542)bluebear94
Fixes #1540.
2023-06-24Watch dependencies that are outside of root (#1523)Mathieu David
2023-06-24Add infrastructure to enrich errors with hints (#1486)Mathias Fischler
2023-06-24Add contribution guide (#1551)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2023-06-20Move assets/data to library/assets (#1515)figsoda
So these assets lives inside the typst-library crate and doesn't break `cargo vendor`
2023-06-20Expose the formatted page in outline.entry (#1506)Mathieu David
2023-06-20Add Filipino (`fil`/`tl`) translations (#1510)Je Sian Keith Herman
2023-06-20Make factorial take precedence over fraction in math expressions (#1487)bluebear94
Fixes #1475.
2023-06-20Add note that show rules might not apply to footnotes (#1484)raphCode
2023-06-20Created new system for limits (fixes #1443) (#1452)sitandr
2023-06-13Pass `Vt` through grid layouter explicitlyLaurenz
2023-06-12Fix bug with extra table linesLaurenz
Fixes #183
2023-06-12Fix bug with missing table rowLaurenz
Fixes #1388
2023-06-12More `bail!` usageLaurenz
2023-06-12Delayed errorsLaurenz
Fixes #785. Thanks to @Dherse for the idea!
2023-06-12Clear page to Even Or Odd (#1427)Zachary Capalbo
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12Memoize subsetting and image encodingLaurenz
2023-06-12Fix Nix flake (#1450)figsoda
Typst now requires Rust 1.70 which is not available in nixpkgs yet, so we switch to fenix instead
2023-06-12feat: add albanian translations (#1454)Ken
2023-06-12Support for inside and outside margins (#1308)Luis David Licea Torres
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12Resolve #1141: Add hint for missing numbering, improve hint format ↵Mathias Fischler
consistency (#1456)
2023-06-12Add translation for Turkish (#1466)Abdulmelik Bekmez
2023-06-12Fix a bunch of typos + broken link (#1453)Alex Saveau
2023-06-12Add `outline.entry` (#1423)Pg Biel