Enivex

Results 51 issues of Enivex
trafficstars

- **Component**: - VSCode Extension: - **Extension version**: 0.9.3 - **LSP version**: 0.9.3 - **OS version and name**: Windows 11 23H2 - I am on the [latest](https://github.com/nvarner/typst-lsp/tags) stable version of...

I have a large, complicated document that I didn't expect would compile, but I was hoping MiTeX would tell me _what_ it couldn't handle. Instead I was met with this...

enhancement

It would be useful if the CLI had a watch command to automatically update the .typ file when the .tex file changes.

enhancement
good first issue

I'm used to increasing indentation level based on the current heading level. It would be awesome if that could be an option :)

### Description The following ```typst $ lr(|,size: #3em)_a^b $ ``` produces ![image](https://github.com/typst/typst/assets/2191754/57df7553-4c23-4111-8629-d80fecc8bce0) The scripts are in the wrong place. If I put anything else in there, even a zws, they...

bug
math

### Description The following code ``` #show enum : set text(fill: blue) #enum[#lorem(5)][#lorem(5)] + #lorem(5) + #lorem(5) ``` results in ![image](https://github.com/typst/typst/assets/2191754/21d7e880-4309-46b1-87e7-dbe1eea3cba4) which makes sense, however ``` #show enum.item : set...

bug
styling

While looking at https://github.com/typst/typst/pull/3564 I realized that there are some obvious missing functions from https://typst.app/docs/reference/math/underover In particular `underparen` (U+023DD) and `overparen` (U+023DC) For completeness there's also the tortoise shell brackets...

feature request
math
good contribution

### Description Typst currently has https://typst.app/docs/reference/layout/rotate/ and https://typst.app/docs/reference/layout/scale/, but no skew transform. While it can be expressed using a combination of the former, it's not trivial to get right ```...

feature request
layout
good contribution

If I write the matrix `$ mat(-1, 1, 1; 1, -1, 1; 1, 1, -1) $` this is displayed as ![image](https://user-images.githubusercontent.com/2191754/228832482-dac1a1c6-dbc3-4279-928a-ab91cd1ae190.png) To "correctly" display this, I currently have to add...

feature request
math
good contribution

Currently ``` #box(stroke: 1 pt, [a #sym.zws]) ``` yields the not very helpful error message ``` Error: expected comma ╭─[:8:15] │ 8 │ #box(stroke: 1 pt, [a #sym.zws]) │ │...

feature request
syntax
diagnostics
good contribution