summaryrefslogtreecommitdiff
path: root/tests/typ/math
AgeCommit message (Collapse)Author
2023-09-13Fix newline in text in mathLaurenz
Fixes #1948
2023-09-06Don't automatically match fencesLaurenz
Fixes #306
2023-08-26Fix weak spacing broken in math (#1966)sitandr
2023-08-25Initial support for augmented matrices (#1679)lolstork
2023-08-10Fix single prime in subscript (#1909)sitandr
* Fix single prime in subscript (a_' producing wrong result) * Clippy
2023-08-06Fix incomplete line endings (#1866)Matt Fellenz
2023-08-05Period and slash are ordinary characters in math (#1855)damaxwell
2023-08-05Correct spacing between closing delimiter and large operators (#1857)damaxwell
2023-08-03large operators have limits in displays; relations have limits always (#1748)damaxwell
2023-07-20Improved #box baselines in math (#1755)damaxwell
* Improved #box baselines in math * add a test
2023-07-18split attach test (#1744)damaxwell
2023-07-17Support for bounding box text edges (#1626)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-07-10Better primes in math (#1614)sitandr
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-06Add support for weak elements in math (#1633)bluebear94
2023-06-28Reintroduce `--root`Laurenz
2023-06-26support optical sizes for script/scriptscript when available (#1580)damaxwell
2023-06-24Added argument to disable limits in inline math, closes #1522 (#1552)sitandr
2023-06-20Make factorial take precedence over fraction in math expressions (#1487)bluebear94
Fixes #1475.
2023-06-20Created new system for limits (fixes #1443) (#1452)sitandr
2023-06-09Rename `cramp` to `cramped`Laurenz
2023-06-09Treat function-looking code in attachment as function (#985)Alex Saveau
2023-06-09Don't type check matrices (#1442)Alex Saveau
2023-05-29Add regression test for fix 3eb1f31 (#1320)Leedehai
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-23Forced size command in math (#1128)sitandr
2023-05-19Fixed symbol style reset in stretching (#1195)sitandr
2023-05-12Show rules for symbols (fixes #1130) (#1175)sitandr
2023-05-11Adjust attach() per TeXbook Appendix G 18a (#1129)Leedehai
2023-05-03Add shorthand for root operation (#929)Marmare314
2023-04-28Initial fix for spacing on decorated math operators (#1023)Pg Biel
2023-04-27Remove trailing blankspaces (#1001)Leedehai
2023-04-26Touch up docsLaurenz
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-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-21Implement math `cancel` function (#793)Pg Biel
2023-04-20Convert math alignment to single-pass algorithm (#891)Alex Saveau
2023-04-19Make `dot` be multiplication and add `dot.period` for periods (#747)Alex Saveau
2023-04-13Strip trailing line breaks in math equations (#750)Alex Saveau
2023-04-05Fix inversion cal frak R (#593)Raphaƫl CV
2023-03-29Fix styling of text operatorsLaurenz
2023-03-27Update fibonacci example and add `round` functionLaurenz
2023-03-27Update changelogLaurenz
2023-03-27Fix parsing of unbalanced delimiters in mathLaurenz
2023-03-27Allow disabling vector and matrix delimitersLaurenz