summaryrefslogtreecommitdiff
path: root/crates/typst-library
AgeCommit message (Collapse)Author
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-08Switch to workspace dependenciesLaurenz
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>
2023-11-07Gradient Part 5b: Fix gradients in math (#2604)Sébastien d'Herbais de Thun
2023-11-07Synthesize `block` and `quotes` & improve documentation for `quote` (#2532)tingerrr
2023-11-06Improve reshape condition (#2547)Peng Guanwen
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-11-02Documentation fixes (#2543)MALO
2023-11-02fix(figure separator): `. ` is now default for Russian (#2540)Andrew Voynov
2023-10-31Fixed doc typo for math > cancel > angle (#2535)Andrew Voynov
2023-10-31Fix citation grouping bug with spacesLaurenz
2023-10-31CSL supportLaurenz
2023-10-31Documentation improvements (#2492)Joseph Wilson
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-30Add a bit more detail to `font` parameter docsLaurenz
2023-10-29Remove duplicated lookupLaurenz
2023-10-29Linebreaking for linksLaurenz
2023-10-28Simplify linebreakingLaurenz
Switches from an iterator to callback style, which significantly increases the clarity of the whole thing.
2023-10-28Bump ICU dataLaurenz
2023-10-28Fix justification with hanging indent and negative spacingLaurenz
Fixes #2419
2023-10-28Fix justified linebreaking without justifiablesLaurenz
2023-10-27Add IDs and creation date to PDFs (#2374)Martin Haug
2023-10-27Fix trailing mandatory breaks being swallowed (#2502)tingerrr
2023-10-25Bump dependenciesLaurenz
2023-10-25Fix pagebreak.to check (#2475)Francisco J. Sanchez