summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-05-20FootnotesLaurenz
2023-05-20Check crate docs in CILaurenz
2023-05-19resolve #510: reverse quote direction in RTL languages (#1183)Naim A
2023-05-19Fixed symbol style reset in stretching (#1195)sitandr
2023-05-19Print the string that is not castable to number (#1207)Leedehai
2023-05-19Update string doc: index can be negative (#1198)Leedehai
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-17Fix figure detectionLaurenz
2023-05-16Bump comemoLaurenz
2023-05-15Do not hang CJK punctuation (#1211)Peng Guanwen
2023-05-12Show rules for symbols (fixes #1130) (#1175)sitandr
2023-05-12Support for align parameter in table to take an array (#1087) (#1149)jassler
2023-05-12Initial support for breakable figures (#1121)Pg Biel
2023-05-11Adjust attach() per TeXbook Appendix G 18a (#1129)Leedehai
2023-05-11Default enum number alignment to 'end' (#1042)Pg Biel
2023-05-11Improve alignment of text inside raw blocks (#1034)Pg Biel
2023-05-11Implement sophisticated CJK punctuation adjustment (#954)Peng Guanwen
2023-05-11Alternate between right/left alignment in equations (#936)Alex Saveau
2023-05-11More efficient introspectionLaurenz
Switches from a mutable locator to one based on tracked chains and optimizes query performance.
2023-05-11Remove 'static bound on `World`Laurenz
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.
2023-05-03Function scopes (#1032)Pg Biel
2023-05-03Parameter pattern bug (#1062)Marmare314
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-05-03[Feature] Allow function as argument for string.replace (#944)dvdvgt
2023-05-03Add shorthand for root operation (#929)Marmare314
2023-05-03Add rust minimum version in `Cargo.toml` (#902)HarmoGlace
2023-05-03Make ligatures copyable and searchableLaurenz
Fixes #479 Fixes #1040
2023-05-02fix: typos (#1074)Alberto Vilches
2023-05-02Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)Martin Haug
2023-05-01Fix smartquotes in outline (#1047)chris-02
Fixes #1041.
2023-04-29Add a test checking equations can embed function-built pieces (#1033)Leedehai
2023-04-28check index on placeholder (#1005)Marmare314
2023-04-28Initial fix for spacing on decorated math operators (#1023)Pg Biel
2023-04-27Make ast == ast.op (fixes #1004) (#1017)Alex Saveau
2023-04-27Remove trailing blankspaces (#1001)Leedehai
2023-04-27Correct some typos (#987)Alexander Seiler
2023-04-26Version bumpv0.3.0Laurenz
2023-04-26Touch up docsLaurenz
2023-04-26Pattern as parameter (#854)Marmare314
2023-04-26Add toml support (#807)HarmoGlace
2023-04-26Fix overflows with operators (#904)HarmoGlace
2023-04-26Allow passing `region` to LocalName (#926)pan93412
2023-04-26Upgrade a bunch of deps and remove two unused ones (#968)Alex Saveau
2023-04-26Fix grid-cell misalignment bug (#963) (#978)jdierkes
Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963
2023-04-26Fix alignment of list markers & enum numbers (#988)Pg Biel
2023-04-26Support picking the last subtest by using a random big number (#970)Alex Saveau
2023-04-25Support indices preceding the base symbol, revamping #699 (#825)Leedehai
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
2023-04-25Support implicit alignment (#749)Alex Saveau
2023-04-25Add a zip method to arrays (#947)Laurenz Stampfl
2023-04-25Destructuring assign (#703)Marmare314