summaryrefslogtreecommitdiff
path: root/tests/typ
AgeCommit message (Collapse)Author
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-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-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
2023-04-25Add sum and product to arrays (#966)SekoiaTree
2023-04-24hint for unknown variable containing dash (#924)Marmare314
2023-04-24Fix broken matrices with alignment and optimize code while we're at it (#935)Alex Saveau
2023-04-24Obey alignment in matrices (#892)Alex Saveau
2023-04-24Spanish quote marks (#941)Luis David Licea Torres
2023-04-23Support show-set for outline and bibliography headingsLaurenz
2023-04-23Fix 0pt strokes (#923)Pg Biel
2023-04-21Implement math `cancel` function (#793)Pg Biel
2023-04-20Convert math alignment to single-pass algorithm (#891)Alex Saveau
2023-04-20Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵HarmoGlace
(#890)
2023-04-20Add alt text to image function and PDF (#823)Martin Haug
2023-04-20forbid underscore as identifier closes #513 (#837)Marmare314
2023-04-19Make `dot` be multiplication and add `dot.period` for periods (#747)Alex Saveau
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Fix math hiding once moreLaurenz
2023-04-19path: Use close_path() for closing paths (#801)Johannes Wolf
2023-04-19Add `gcd` and `lcm` calculation methods (#789)HarmoGlace
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-19Fix realize in mathLaurenz
2023-04-18Handle SVG with textLaurenz
2023-04-17More Chinese punctuation adjustment (#836)Peng Guanwen
and also general linebreak improvements
2023-04-17Write PDF outlineLaurenz
2023-04-13Add comment at end of line test (#783)Alex Saveau
2023-04-13Fix `pow` overflow (#784)HarmoGlace
2023-04-13Make math punctuation tests more complete (#782)Alex Saveau
2023-04-13Fix function sinks (#638)Marmare314
2023-04-13Add support for more complex strokes (#505)Birk Tjelmeland
2023-04-13Fix linebreak after inline objects with metadataLaurenz
2023-04-13Better error spans in `calc`Laurenz
2023-04-13Add factorial, permutation and binomial to calculation functions (#639)HarmoGlace
2023-04-13Refine linebreak algorithm for better Chinese justification (#701)Peng Guanwen
2023-04-13Strip trailing line breaks in math equations (#750)Alex Saveau
2023-04-13More flexible capability to control showing reference (#646)Chen
2023-04-12Selector rework (#640)Sébastien d'Herbais de Thun
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-04-11Improve documentationLaurenz
2023-04-11fix parenthesized binding (#707)Marmare314
2023-04-11Fix highlighting of identifiers before bracketsLaurenz
2023-04-11Fix duplicate error message for destructuringLaurenz