summaryrefslogtreecommitdiff
path: root/library/src/math/attach.rs
AgeCommit message (Collapse)Author
2023-06-24Tidy upLaurenz
2023-06-24Use third person in documentation (#1560)MALO
2023-06-24Added argument to disable limits in inline math, closes #1522 (#1552)sitandr
2023-06-20Created new system for limits (fixes #1443) (#1452)sitandr
2023-05-24Fix panic in attachment layoutLaurenz
2023-05-19Reduce redundant ops when computing sup/sub shifts (#1190)Leedehai
2023-05-17Better documentation outlinesLaurenz
2023-05-11Adjust attach() per TeXbook Appendix G 18a (#1129)Leedehai
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-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-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-18clippy::wrong_self_convention (#857)Marek Barvíř
2023-04-07Swap the misplaced top/bottom style (#642)Leedehai
2023-03-19Renaming and refactoringLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-09Make all optional fields settableLaurenz
2023-03-08Streamline field namesLaurenz
2023-03-07Fully untyped modelLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz
2023-02-03Keep font directly in `GlyphFragment`Laurenz
2023-02-02Ignore accent when positioning superscriptLaurenz
2023-02-02More robust automatic math spacingLaurenz
2023-02-01Treat italics correction differentlyLaurenz
2023-02-01Fix sub- and superscript ascent/descentLaurenz
2023-01-31Symbol improvementsLaurenz
2023-01-28More capable math callsLaurenz
2023-01-28Rework math attachments and accentsLaurenz