Eric Biedert

Results 27 issues of 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$)$) ``` ![image](https://user-images.githubusercontent.com/7191192/235304608-2d5d8e25-86ba-4f83-8c70-836ec7cd6745.png) I would expect the...

bug
layout
math

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

bug
math

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

bug
pdf
visualize

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

bug
styling

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

bug
fixed
confirmed

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