summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)Author
2023-06-09Final tweaksLaurenz
2023-06-09Touch up docsLaurenz
2023-06-09Remove deprecated `calc.mod` functionLaurenz
2023-06-09Translate TOML datetime properlyLaurenz
2023-06-09Adjust outline indent optionLaurenz
2023-06-09Rename `cramp` to `cramped`Laurenz
2023-06-09Don't type check matrices (#1442)Alex Saveau
2023-06-08Keep all footnotes for line together for movable itemLaurenz
2023-06-08Improve footnote handling for multi-page blocksLaurenz
2023-06-08Fix footnote in columnsLaurenz
Fixes #1433
2023-06-08Fix a bug with footnotes in blocks/lists/etc.Laurenz
This still not gives the "footnote and entry" are on same page invariant for blocks, but at least we do not get random extraneous page breaks anymore. Relevant issues: #1275, #1433
2023-06-08Fix a bug in footnote together-keeping logicLaurenz
2023-06-08Fix line alignmentLaurenz
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-06-07add calc.exp, calc.ln (#1299)Jett Chen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-07Clarify markup details in the documentation (#1434)Grégoire Locqueville
2023-06-06Add sym.xor (#1397)figsoda
2023-06-06Small refactoringsLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-06-01Add sym.bullet, which is different from sym.circle.filled.small (#1372)Tobias Clasen
2023-06-01Bugfix of CJK punctuation adjustment (#1384)Peng Guanwen
2023-05-31More link fixesMartin Haug
2023-05-31Fix 404 linksMartin Haug
2023-05-30Add NumberingKind variants for Korean (#1360)Sung Jeon
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Unicode code point conversion (#1068) (#1132)Erik Bünnig
2023-05-30Add ⊬ to symbols.rs (#1318)Matthias Georg Mayer
2023-05-30Add a base parameter to str() (#1362)Lynn
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-30Fix pagebreak before `place`Laurenz
Fixes #1368
2023-05-30Support syntax highlighting for more languages (#771)Gabriel Wu
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Custom outline indenting (#1157)Pg Biel
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-24add r.double.not (#1315)Murphy Sünnenwold
2023-05-23Fix typoLaurenz
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-05-23Add note to text fractionsLaurenz
Fixes #465 Fixes #1105
2023-05-23Add alternative lowercase sigma (#1203)Eric Biedert
2023-05-23Forced size command in math (#1128)sitandr
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
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-22Fix PDF outline bugsLaurenz
Fixes #1098 Fixes #1143 Fixes #1151
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-21Added slash.big (#1273)Clara H
2023-05-20Version bumpv0.4.0Laurenz
2023-05-20FootnotesLaurenz
2023-05-20Check crate docs in CILaurenz
2023-05-19resolve #510: reverse quote direction in RTL languages (#1183)Naim A
2023-05-19Reduce redundant ops when computing sup/sub shifts (#1190)Leedehai