typst
typst copied to clipboard
A new markup-based typesetting system that is powerful and easy to learn.
### Description When `#par(justify:true)` is set, all text, including the math, is justified. This often causes math to break into pieces mid formula. For example: The `>2^1024` breaks midway through...
### Description We should add a shorthand syntax with a leading colon for specifying named arguments `func(arg: arg) == func(:arg)` and keys in dictionaries `(key: key) == (:key)` when the...
### Description When using typst 0.14.0 and opening the PDF file with a Chromium-based PDF viewer (Chrome, Edge, etc), links that go down do not work, whereas links that go...
By moving the index into the iterator struct, we avoid the $O(n)$ `.nth()` calls in `{next,prev}_sibling`. This was taken from the first commit in #7003
### Description I suggest that labels defined by imported functions would be in a namespace to distinguish them from local labels. Similarly, local labels would not be accessible to imported...
### Description ``` $ 1\/sin(x) $ $ 1\/"sin"(x) $ $ frac(1,sin(x),style: "horizontal") $ ``` renders as The first line has an extra space that shouldn't be there. ### Reproduction URL...
### Description See discussion in #1526. As @Enivex mentioned, > the correct way of dealing with this is using the cv01 font feature, as the font provides an alternative version...
### Description Text in a grid or table cell is pushed to the bottom of a page, not the bottom of the containing cell, when the grid / table has...
### Description Hello, I am working on a template that makes a lot of use of context because the target user is not technical I was therefore trying to do...