Eric Biedert
Eric Biedert
When the link in the original message is edited, the bot's message should be updated as well to include the newly requested lines.
### Description When using `#box` inside math, it does not align with the rest of the equation. ```typst #box(stroke: 0.2pt, $a #box(stroke: 0.2pt, $a$)$) ```  I would expect the...
This event is firing everytime the magnet flag/module is pulling an item into a chest. I would need that as an API call for my resource, because it has a...
### Description The alignment set with `show math.equation: set align(...)` overrides the left-right alternating behavior of alignment points: ```typ $ a + b &= c \ e &= f +...
### Description Gradients using the CMYK color space don't produce the same results in PDF as in the webapp preview. The behaviour is also dependent on the viewer or printer....
### Description I'm trying to adjust the page margin depending on the maximum heading numbering width, so I need to use `#set page` inside `locate`. ```typ #set page(numbering: "1", width:...
Closes #1889, closes #1295, implements https://github.com/typst/typst/pull/1892#issuecomment-1729119959. ## Summary Added a (non-exposed) `outlined-content` element to be used for figure captions and headings. It is created internally by casting the dictionary ```...
Closes #2713 Added the parameters `gap` and `justify` to the `repeat` function, as described in the issue. If `justify` is set to `true` (default), the gap is increased to completely...
My university's mail server seems to list mailboxes that are not meant to be examined (see `\Noselect` flag in the response to the `LIST` command), leading to an error when...
Fixes #5113 An empty equation now returns an empty frame instead of no frame at all, so that the 1-1 region to frame contract is maintained. (Something like this may...