Enivex
Enivex
- **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...
It would be useful if the CLI had a watch command to automatically update the .typ file when the .tex file changes.
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  The scripts are in the wrong place. If I put anything else in there, even a zws, they...
### Description The following code ``` #show enum : set text(fill: blue) #enum[#lorem(5)][#lorem(5)] + #lorem(5) + #lorem(5) ``` results in  which makes sense, however ``` #show enum.item : set...
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...
### 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 ```...
If I write the matrix `$ mat(-1, 1, 1; 1, -1, 1; 1, 1, -1) $` this is displayed as  To "correctly" display this, I currently have to add...
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]) │ │...