Enivex

Results 51 issues of Enivex
trafficstars

### Description ![image](https://github.com/typst/typst/assets/2191754/dd92182e-a4ac-4131-8ede-8465cdb1f7d2) ### Reproduction URL _No response_ ### Operating system Windows ### Typst version - [X] I am using the latest version of Typst

cli

I became aware of this while trying to understand https://github.com/typst/typst/issues/355 If I change the text font to "Comic Neue" (Only to get a distinctly different font) `Hello world, $"Hello world"$,...

feature request
math

### Description See title. I discovered this due to a question on the Discord. U+2135 is the one actually present in math fonts. Currently typst is always falling back to...

bug
math
symbols

The name for this character is "CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK" (see https://www.fileformat.info/info/unicode/char/25d5/index.htm), but instead it has only the upper left quadrant black. ![image](https://github.com/alerque/libertinus/assets/2191754/9f851955-aa8b-422e-88e1-8758c43b6e46) See https://www.fileformat.info/info/unicode/char/25d5/fontsupport.htm for...

I like to use the new interface, where cell properties are handled outside the table itself. Currently (unless I'm missing something), it is only possible to do so using explicit...

If I want to add a textbullet in front of every cell in a column, except say those in row 5 and 9 (maybe used for comments to items in...

Currently the `footer` parameter of the [page](https://typst.app/docs/reference/layout/page/) function has `none` as its default value. This corresponds to having a centered page number in the event that numbering is set. An...

styling
proposal
model

### Description I'd like a way to programmatically generate PNGs inside typst from raw pixel values. While this would technically already be possible using https://typst.app/docs/reference/visualize/image/#definitions-decode it would either 1) involve...

feature request
scripting
visualize
good contribution

https://typst.app/docs/reference/math/cancel/ The current documentation says the following: ``` How much to rotate the cancel line. If auto, the line assumes the default angle; that is, along the diagonal line of...

docs
good first issue
math

### Description At least when using the IEEE style, merged citations are not sorted in increasing order, unless that happens to be the first time they are cited. This means...

bug