summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-24Remove guards for built-in elementsLaurenz
The only recursive built-in show rule was the one for equations and that one was unnecessary.
2024-01-24Handle `Finalize` alongside `Synthesize`Laurenz
2024-01-24Add `gt.approx`, `gt.napprox`, `lt.approx`, `lt.napprox` and `colon.double` ↵Malo
(#3245)
2024-01-18Renamed `diff` symbol to `partial` (#3211)Andrew Voynov
2024-01-18Cleaner separation between single and multi-region layoutLaurenz
2024-01-17Add `Page` structLaurenz
To get rid of the Meta hack where numbering and things like that are stored in the frame.
2024-01-17Handle metadata application where styles are managedLaurenz
2024-01-17Fix emptyness check in `into_par_items`Laurenz
2024-01-17Add a few manual Debug impls to elementsLaurenz
2024-01-17Table cell `x` and `y` fields [More Flexible Tables Pt.2b] (#3050)PgBiel
2024-01-16More consistent namingLaurenz
2024-01-16Don't discard other attributes in `time` macroLaurenz
2024-01-16Migrate metadata fields out of individual elements (#3200)Laurenz
2024-01-16Syntax error if function name is parenthesized (#3058)Heinenen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-15Remove inline annotations in main crateLaurenz
Inline annotations only have an effect cross-crate and LTO is enabled anyway. Benchmarks don't show any performance difference. Keeping them typst-syntax and typst-timing for now because these have a higher chance of being called cross-crate by crate consumers.
2024-01-15Added gradient alias for nabla symbol (#3195)Andrew Voynov
2024-01-15Add sym.lrm and sym.rlm (#3182)violet
2024-01-15Add Catalan translations (#3181)Martin Haug
2024-01-12Autogenerate default cast in`#[ty]` unless `cast` is specifiedLaurenz
2024-01-12Added `int.signum`, `float.signum`, `float.is-nan`, and `float.is-infinite` ↵Sébastien d'Herbais de Thun
(#3118)
2024-01-12Rename `Align` to `Alignment`Laurenz
2024-01-12Add Stroke::from_pairLaurenz
2024-01-12Fix a few variadic signaturesLaurenz
2024-01-09Test autocomplete (#2912)astrale-sharp
Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-09Partially fix hide for line, polygon, table, grid (#3139)Wenzhuo Liu
2024-01-09Let type constructor/field access error report the name correctly (#3140)Leedehai
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-08Fix CMYK on gradients (#3142)Sébastien d'Herbais de Thun
2024-01-08small typo (#3145)Enrico Spinielli
2024-01-08Improve guide for latex users (#2750)max397574
Co-authored-by: Martin Haug <mhaug@live.de>
2024-01-05Fix large operators in cambria math (#3115)Wenzhuo Liu
2024-01-05Initial table per-cell customization [More Flexible Tables Pt.2a] (#3037)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-05Ignore weak HElem at the beginning and end of an LR group (#2950)Leedehai
2024-01-05fix: removed typo from http client user agent. (#3134)didier amyot
2024-01-05Fix typos (#3126)emilylime
2024-01-04Bump New Computer Modern fonts to version 5.02 (#3072)Pol Dellaiera
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-04Improve positioning of multiple accents and attachments (#3059)Eric Biedert
2024-01-04Clarify label name's pattern in doc (#3053)Leedehai
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-03Fix CMYK docs (#3128)Kevin K
2024-01-03Inline equations linebreak at appropriate places (#2938)Myriad-Dreamin
Co-authored-by: David Maxwell <damaxwell@alaska.edu> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-03Added `to-absolute` method to length. (#3117)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-03Fix linebreak fallback tofu (#3123)Wenzhuo Liu
2024-01-03Sync the new combining accents added in PR #2218 (#3069)Leedehai
2024-01-03Expose PrimesElem as #math.primes in Typst code (#3063)Leedehai
2024-01-02Clarify the way to access functions from dictionaries (#3064)Leedehai
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-02Don't stop parsing markup text for braces (#3112)Nathan Varner
2024-01-02Fix `#[internal]` fields needing `IntoValue` impl (#3103)Sébastien d'Herbais de Thun
2024-01-02Add a `--color` flag (#3060)tingerrr
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-02Improve test-helper: prevent spawning multiple processes of `cargo test` (#3029)Leedehai
2023-12-30Don't allow nested line comment inside block comment (#3048)Heinenen
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>