index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
src
/
math
/
ctx.rs
Age
Commit message (
Collapse
)
Author
2023-07-02
Move everything into `crates/` directory
Laurenz
2023-06-26
support optical sizes for script/scriptscript when available (#1580)
damaxwell
2023-05-01
Optimize `.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-18
clippy::wrong_self_convention (#857)
Marek Barvíř
2023-04-07
realize before layout_math (#637)
_rqy
2023-04-01
Needless clone, borrows, casts and lifetimes (#504)
Marek Barvíř
2023-03-29
Fix styling of text operators
Laurenz
2023-03-19
Renaming and refactoring
Laurenz
2023-03-12
Spans in math
Laurenz
2023-03-08
Rework style chain access
Laurenz
2023-02-12
Remove base width
Laurenz
2023-02-03
Keep font directly in `GlyphFragment`
Laurenz
2023-02-02
More robust automatic math spacing
Laurenz
2023-02-02
Math tests
Laurenz
2023-01-29
Fix math styling
Laurenz
2023-01-28
More capable math calls
Laurenz
2023-01-27
Fix math spacing bugs
Laurenz
2023-01-22
Math framework
Laurenz