summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Collapse)Author
2024-11-26Support for Basque language (#5429)Iagoba Apellaniz
2024-11-17Use `codex` for symbols (#5421)Malo
2024-11-17Timings for `state.at` and `state.get` (#5411)Sébastien d'Herbais de Thun
2024-11-13Add support for raw range spansLaurenz
2024-11-13Introduce `IdeWorld` traitLaurenz
2024-11-12Add support for page references through new `ref.form` property (#4729)Max
2024-11-12Add `asymp` and `asymp.not` symbols (#5391)Pascal Quach
2024-11-12Removed deprecated `diff` symbol (#5388)Andrew Voynov
2024-11-05Add `sym.eq.triple.not` (#5372)Johann Birnick
2024-11-04Disable justification in `raw(block: true, ...)` (#4889)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-11-01Basic feature flag mechanism (#5350)Laurenz
2024-11-01Support Greek Numbering (#4273)LU Jialin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-31Add `calc.norm()` function to compute euclidean norms (#4581)HydroH
Co-authored-by: +merlan #flirora <uruwi@protonmail.com> Co-authored-by: Yip Coekjan <69834864+Coekjan@users.noreply.github.com> Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-31Added Numero Sign № (U+2116) (#5326)Andrew Voynov
2024-10-31Replace `once_cell`'s `Lazy` as much as possible (#4617)Abdul-Rahman Sibahi
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-30Add `math.accent` support for `flac` and `dtls` OpenType features (#5202)Max
2024-10-29Fix type of plugin (#5321)Laurenz
2024-10-28Fix wrong Greek and Ukrainian language codes (#5261)Kevin K.
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-28Fix clipping with outset (#5295)Eric Biedert
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-28Add explicit notice about unicode minus sign in the str function (#5301)lucaslugao
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-28Fix wrong drop order for self-referential struct (#5306)Giacomo Stevanato
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-28Corrects link to wasi-stub in plugin documentation (#5308)Chad Skeeters
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-27Split out four new crates (#5302)Laurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-21Tidy up some importsLaurenz
2023-11-20Support arbitrary content for document titleLaurenz
For PDF, they will be immediately turned into plain text. However, it's still useful because templates can now accept content titles (with math or such things) instead of forcing strings because of set document. Moreover, it will be useful with "get rules" in the future.
2023-11-19Added `ghost` attr to `elem` macro (#2718)Sébastien d'Herbais de Thun
2023-11-19Workaround for show set propagation on citationsLaurenz
Fixes #2531
2023-11-19More useful `Debug` implsLaurenz
2023-11-19Streamline importsLaurenz
2023-11-19Fix linebreaking at the end of linksLaurenz
Fixes #2689
2023-11-17Implement euclidean division and remainder (#2678)frozolotl
2023-11-17Allow `elem` synthesized fields to take a default value (#2687)Sébastien d'Herbais de Thun
2023-11-15Add span information to realized `ParElem` (#2675)Sébastien d'Herbais de Thun
2023-11-14Translate local names to Greek (#2684)Dimitri Kokkonis
Additionally, add support for single and double quotes in Greek.
2023-11-13Fix potential line splitting issue in `raw` (#2674)Sébastien d'Herbais de Thun
2023-11-13Assign spans to `raw.line` (#2672)Sébastien d'Herbais de Thun
2023-11-13Allow non-string contents for math operators (#2663)frozolotl
2023-11-13Improve documentation for figure kind (#2654)Malo
2023-11-13Filter out meta items when adding CJK-Latin (#2655)Wenzhuo Liu
spacing.
2023-11-13Fix bug where inline equations were displayed in the outline (#2662)frozolotl
2023-11-13Fix links in bibliographies againLaurenz
Fixes #2667
2023-11-11Changed default `image` Russian supplement to short form (#2637)Andrew Voynov
2023-11-10Improve French and Chinese localization for figures (#2542)MALO
2023-11-10Implement Oklch support (#2611)frozolotl
2023-11-08Move some things out of `util`Laurenz
2023-11-08Change rectangle clip to use the inside of the stroke, not the middle. (#2626)Anton Wetzel
2023-11-08Extract `typst-pdf` crateLaurenz
2023-11-08Add constructor for `stroke`. (#2518)Joseph Wilson
2023-11-07Make reference to spreading in arguments of `grid` (#2593)KronosTheLate
Co-authored-by: Laurenz <laurmaedje@gmail.com>