summaryrefslogtreecommitdiff
path: root/tests/typ/math/spacing.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-01-03Inline equations linebreak at appropriate places (#2938)Myriad-Dreamin
Co-authored-by: David Maxwell <damaxwell@alaska.edu> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-06Don't automatically match fencesLaurenz
Fixes #306
2023-08-26Fix weak spacing broken in math (#1966)sitandr
2023-08-05Correct spacing between closing delimiter and large operators (#1857)damaxwell
2023-07-17Classify `dots.c`, `dots.down`, `dots.up` and `dots.v` as normal (#1726)Liam Murphy
Fixes #713. They were previously classified by Unicode as relations, which caused a '+' sign after one of them to be treated as a unary operator rather than a binary operator. This PR overrides the Unicode classification and classifies them as normal instead, which causes a '+' sign after one of them to be properly treated as a binary operator.
2023-07-17Rename math symbols (#1124)KG
Co-authored-by: Ryan Pitasky <111201305+rpitasky@users.noreply.github.com> Co-authored-by: Daniel Csillag <15617291+dccsillag@users.noreply.github.com>
2023-04-28Initial fix for spacing on decorated math operators (#1023)Pg Biel
2023-02-02Merge text and math symbolsLaurenz
2023-02-02Math testsLaurenz