summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/math/fragment.rs
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-07Gradient Part 5b: Fix gradients in math (#2604)Sébastien d'Herbais de Thun
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-10-03Gradient Part 2 - Linear gradients (#2279)Sébastien d'Herbais de Thun
2023-09-25Fixing the baseline in math content (#2220)LU Jialin
2023-09-13Bump dependenciesLaurenz
2023-08-05Period and slash are ordinary characters in math (#1855)damaxwell
2023-07-25Gardening. (#1789)damaxwell
2023-07-20Center delimiters vertically about the axis (#1756)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-10Customizable math classes (#1681)Eric Biedert
2023-07-06Handle single and alternate substs for single glyphs in math mode (#1592)bluebear94
2023-07-02Move everything into `crates/` directoryLaurenz