typst icon indicating copy to clipboard operation
typst copied to clipboard

A new markup-based typesetting system that is powerful and easy to learn.

Results 1241 typst issues
Sort by recently updated
recently updated
newest added

### 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...

feature request
math

### 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...

feature request

### 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...

bug
pdf
urgent
regression

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

syntax
refactor

### 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...

feature request
introspection

scripting
introspection
interface

### 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...

bug
math

### 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...

feature request
math
text

### 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...

bug

### 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...

bug
introspection