summaryrefslogtreecommitdiff
path: root/tests/typ/meta
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-04-02Fixed interaction of first_line_indent with outline (#3745)Etienne Collin
2024-02-29Add `depth` and `offset` field to `heading` (#3038)tingerrr
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-28Externalize assets (#3515)Laurenz
2024-02-27New context system (#3497)Laurenz
2024-02-21Wider callsite span (#3466)Laurenz
2024-02-21Use `Outer(H|V)Alignment` to constraint types (#3465)Leedehai
2024-01-30Document how to cite sources with special characters. (#3261)Michael Färber
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-29Do not parse special spaces to Space Token (#3267)Peng Guanwen
2023-12-26Fix the test image of numbering.png (#3070)k-84mo10
2023-12-25Contemporary Japanese numbering (#3012)k-84mo10
2023-11-24Bump HayagrivaMartin Haug
Fix #2572
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-14Translate local names to Greek (#2684)Dimitri Kokkonis
Additionally, add support for single and double quotes in Greek.
2023-11-13Fix bug where inline equations were displayed in the outline (#2662)frozolotl
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-10-31Fix citation grouping bug with spacesLaurenz
2023-10-31CSL supportLaurenz
2023-10-30Say which label occurs never or multiple times in error messageLaurenz
2023-10-27Add IDs and creation date to PDFs (#2374)Martin Haug
2023-10-22Adapt default figure separator to the current locale (#2390)MALO
2023-10-22Add date to document (#2371)SekoiaTree
2023-09-13Bump dependenciesLaurenz
2023-09-13Add logical numbering support for PDF export (#1933)Kevin K
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-12Add figure separator field (#1791)Dmitrij
2023-09-12Add `figure.caption` element (#1704)MALO
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-11Update tests for type system changesLaurenz
2023-08-29More type safety for spansLaurenz
2023-08-03Warn if layout doesn't stabilize (#1684)bluebear94
2023-07-19Identify state by key onlyLaurenz
2023-07-05Add heading `bookmarked` toggle (#1566)Pg Biel
2023-06-28Reintroduce `--root`Laurenz
2023-06-26Make footnotes referenceable (#1546)MALO
2023-06-12Add `outline.entry` (#1423)Pg Biel
2023-06-09Adjust outline indent optionLaurenz
2023-06-08Improve footnote handling for multi-page blocksLaurenz
2023-06-08Fix footnote in columnsLaurenz
Fixes #1433
2023-05-30Add NumberingKind variants for Korean (#1360)Sung Jeon
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Custom outline indenting (#1157)Pg Biel
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-22Fix and simplify reference supplementsLaurenz
- Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together
2023-05-20FootnotesLaurenz
2023-05-17Fix figure detectionLaurenz
2023-05-12Initial support for breakable figures (#1121)Pg Biel
2023-05-11More efficient introspectionLaurenz
Switches from a mutable locator to one based on tracked chains and optimizes query performance.
2023-04-26Touch up docsLaurenz
2023-04-23Support show-set for outline and bibliography headingsLaurenz
2023-04-17Write PDF outlineLaurenz
2023-04-13Fix linebreak after inline objects with metadataLaurenz