summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Collapse)Author
2024-08-27Better listsLaurenz
2024-08-27Bump dependencies (#4846)Laurenz
2024-08-27Refactor depth checks and apply them in math (#4845)Laurenz
2024-08-26Improve realization and page layout (#4840)Laurenz
2024-08-26Add more `angle` symbol variants (#4827)Malo
2024-08-26Implement math kerning and fix various `math.attach` bugs (#4762)Max
2024-08-26Add new variants to `parallel` symbol (#4834)Malo
2024-08-26Add more `emptyset`/`nothing` symbol variants (#4826)Malo
2024-08-26Add checkmark ballot symbols (#4825)Malo
2024-08-26Add miscellaneous symbols from Miscellaneous Mathematical Symbols-B (#4831)Malo
2024-08-26Add U-shaped arrows (#4807)Malo
2024-08-26Don't number empty regions of broken block equations (#4836)Eric Biedert
2024-08-26Add double parentheses, braces and shell variants (#4830)Malo
2024-08-26Fix nested attachments when the base in `math.attach` has attachments (#4832)Max
2024-08-26Add back release targets `aarch64-pc-windows-msvc` and ↵Max
`riscv64gc-unknown-linux-gnu` (#4821)
2024-08-26Improve documents for the `--font-path` arg & `TYPST_FONT_PATHS` env (#4776)Yip Coekjan
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-23Add `clap::ValueHint` for input & output CLI arguments (#4765)Yip Coekjan
2024-08-22Add Icelandic translation (#4799)Baldur Kristinsson
2024-08-22Fix docstring in package manifest code (#4801)PgBiel
2024-08-20Fixed typo in docs for `ProgressSink` (#4785)Andrew Voynov
2024-08-20Fix typos (#4784)Max
2024-08-20Share allocations for singletons (#4794)Laurenz
2024-08-19Move columns handling directly into `FlowLayouter` (#4792)Laurenz
2024-08-18Split behaved building and StyleVec building (#4782)Laurenz
2024-08-16Move column layout into flow (#4774)Laurenz
2024-08-16Consolidate flow layout (#4772)Laurenz
2024-08-16Fix document set rules (#4768)Laurenz
2024-08-16Move paragraph widow and orphan prevention into flow (#4767)Laurenz
2024-08-15Add `gap` and `justify` parameters to `repeat` (#4644)Eric Biedert
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15Adjust the baseline of root radicand frame (#4736)Leedehai
2024-08-15Move `calc.nan` to `float.nan` and add `float.inf` (#4733)Malo
2024-08-15Improve `repr` for `type(none)` and `type(auto)` (#4730)Lingkang
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15Fix lexer on sth followed by comments (#4739)Yip Coekjan
2024-08-15Turn `repeat` into a single layouter (#4758)Laurenz
2024-08-12Document exact sizes of mathematical spaces (#4738)ssotoen
2024-08-12Check cyclic-import when importing package (#4737)Yip Coekjan
2024-08-12Improve documentation for `float` and `int` types (#4725)Malo
2024-08-11Fix `calc.inf`, `-calc.inf`, and `calc.nan` reprs and displays (#4724)Malo
2024-08-11Fix crash when local package is missing and make OpenSSL optional in ↵Florent Michel
typst-kit (#4720)
2024-08-11Implement math mode language for `raw` (#4687)Jakob Peters
2024-08-09Fix system font loading (#4714)Laurenz
2024-08-09Split shorthands into math and markup, add tilde shorthand (#4706)Max
2024-08-09Make under/overlines behave the same as accents in attach base (#4695)Max
2024-08-08Bail out of reparse in `expr_with_paren` if we land on a different char (#4577)+merlan #flirora
2024-08-06Move roadmap and community pages out of this repository (#4688)Laurenz
2024-08-05Support multiple stylistic sets in text (#4685)+merlan #flirora
2024-08-05Automatically get footnote numbering in counter display (#4686)Eric Biedert
2024-08-05Add typst-kit crate (#4540)tingerrr
2024-08-05Add missing under/over-delimiters (#4637)mkorje
2024-08-05Fixes counter stepping behavior (#4631)Johann Birnick
Co-authored-by: Laurenz <laurmaedje@gmail.com>