summaryrefslogtreecommitdiff
path: root/library/src/math/mod.rs
AgeCommit message (Collapse)Author
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-20Add Filipino (`fil`/`tl`) translations (#1510)Je Sian Keith Herman
2023-06-12feat: add albanian translations (#1454)Ken
2023-06-12Add translation for Turkish (#1466)Abdulmelik Bekmez
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-23Forced size command in math (#1128)sitandr
2023-05-22Fix and simplify reference supplementsLaurenz
- Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together
2023-05-17Better documentation outlinesLaurenz
2023-04-27Add translation for Chinese (Traditional) (#1000)pan93412
2023-04-26Allow passing `region` to LocalName (#926)pan93412
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-21Implement math `cancel` function (#793)Pg Biel
2023-04-19Fix realize in mathLaurenz
2023-04-11Fix heading supplementLaurenz
Fixes #730
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-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-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íř
2023-03-31Added FR language support (#483)Sébastien d'Herbais de Thun
2023-03-31Added ZH language support (#481)1bitbool
2023-03-31Added RU language support (#467)Daniil Berezin
2023-03-29Added IT language support (#413)Marco Radocchia
2023-03-29Fix styling of text operatorsLaurenz
2023-03-27Update fibonacci example and add `round` functionLaurenz
2023-03-20Documentation for citation, bibliography, and contentLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-19Measurement and introspection reworkLaurenz
2023-03-18Equation numberingLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-17CountersLaurenz
2023-03-12Spans in mathLaurenz
2023-03-10Expose content representation moreLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-09Make all optional fields settableLaurenz
2023-03-08Rework style chain accessLaurenz
2023-03-08Streamline field namesLaurenz