summaryrefslogtreecommitdiff
path: root/library/src/math
AgeCommit message (Collapse)Author
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
Fixes #169 Fixes #1102
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
Fixes #479 Fixes #1040
2023-05-01Optimize `.count() > 1` check (#1053)Matt Fellenz
This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator.
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
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-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
2023-04-11Fix heading supplementLaurenz
Fixes #730
2023-04-11add `sinc` operator (#720)classabbyamp
this is for the sinc function (https://en.wikipedia.org/wiki/Sinc_function)
2023-04-11Add Czech translation (#683)Radim Sückr
2023-04-11Added Arabic translations (#688)Abdul Rahman Sibahi
2023-04-11Add Vietnamese Translation (#684)ichxorya
2023-04-11Docs for Newton's notation for derivatives (#670)Eric Biedert
2023-04-11Remove '#' from FracElem docs (#691)Leedehai
2023-04-07Swap the misplaced top/bottom style (#642)Leedehai
2023-04-07realize before layout_math (#637)_rqy
2023-04-06Reorganize matches on languagesLaurenz
2023-04-06Add Norwegian language support (#628)jakobrs
2023-04-06add support for polish language (#623)zymon
2023-04-06add support for slovenian language (#621)Vid Drobnič
2023-04-05Fix inversion cal frak R (#593)Raphaël CV
2023-04-05Spanish support (#548)felipeacsi
2023-04-05Add support for ukrainian lang (#578)Nazar Serhiichuk
2023-04-05Fix hiding of math (#587)Daniel Csillag
2023-04-04Refactor and document figuresLaurenz
2023-04-04Improved figure numbering, labelling and referencing (#491)Sébastien d'Herbais de Thun
2023-04-03Provide support for portuguese language (#525)Mateus Felipe C. C. Pinto
2023-04-01Needless clone, borrows, casts and lifetimes (#504)Marek Barvíř