summaryrefslogtreecommitdiff
path: root/library/src/math
AgeCommit message (Expand)Author
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-26support optical sizes for script/scriptscript when available (#1580)damaxwell
2023-06-26math under/overline now draws simple lines based on parameters in math font t...damaxwell
2023-06-24Tidy upLaurenz
2023-06-24Use third person in documentation (#1560)MALO
2023-06-24Some backslash in math fixes (#1561)sitandr
2023-06-24Added argument to disable limits in inline math, closes #1522 (#1552)sitandr
2023-06-20Add Filipino (`fil`/`tl`) translations (#1510)Je Sian Keith Herman
2023-06-20Created new system for limits (fixes #1443) (#1452)sitandr
2023-06-12More `bail!` usageLaurenz
2023-06-12feat: add albanian translations (#1454)Ken
2023-06-12Add translation for Turkish (#1466)Abdulmelik Bekmez
2023-06-09Rename `cramp` to `cramped`Laurenz
2023-06-09Don't type check matrices (#1442)Alex Saveau
2023-06-06Improve value casting infrastructureLaurenz
2023-05-30Add Danish (#1365)sandal
2023-05-29feat: Add Swedish (#1353)Olle Månsson
2023-05-29Add Dutch LocalNames (#1357)Lynn
2023-05-24Fix panic in attachment layoutLaurenz
2023-05-23Forced size command in math (#1128)sitandr
2023-05-22Fix and simplify reference supplementsLaurenz
2023-05-19Reduce redundant ops when computing sup/sub shifts (#1190)Leedehai
2023-05-19Fixed symbol style reset in stretching (#1195)sitandr
2023-05-17Show default values in documentationLaurenz
2023-05-17Better documentation outlinesLaurenz
2023-05-11Adjust attach() per TeXbook Appendix G 18a (#1129)Leedehai
2023-05-11Alternate between right/left alignment in equations (#936)Alex Saveau
2023-05-03Add shorthand for root operation (#929)Marmare314
2023-05-03Make ligatures copyable and searchableLaurenz
2023-05-01Optimize `.count() > 1` check (#1053)Matt Fellenz
2023-04-28Slight improvement to attach.rs's doc (#996)Leedehai
2023-04-28Nit: sort and annotate codepoints which should attach as limits (#999)Leedehai
2023-04-28Initial fix for spacing on decorated math operators (#1023)Pg Biel
2023-04-27Add translation for Chinese (Traditional) (#1000)pan93412
2023-04-26Touch up docsLaurenz
2023-04-26Allow passing `region` to LocalName (#926)pan93412
2023-04-25Support indices preceding the base symbol, revamping #699 (#825)Leedehai
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-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
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-19Fix math hiding once moreLaurenz
2023-04-19Fix realize in mathLaurenz
2023-04-18clippy::wrong_self_convention (#857)Marek Barvíř
2023-04-16Clippy fixes (#581)Marek Barvíř
2023-04-13Add support for more complex strokes (#505)Birk Tjelmeland
2023-04-13Strip trailing line breaks in math equations (#750)Alex Saveau