Enivex
Enivex
> For this case, I think we can first measure the maximum width of all list markers. Then we can correctly set the width of the box. So we can...
Duplicate of https://github.com/typst/typst/issues/254
> This is possible, but currently undocumented. It is possible to set the path to the main file in `.typstudio/config.json`. Do I have to create the file myself? I wasn't...
I've defined this myself as a workaround for now ``` #let only-math(visible-subslides, string) = { [#h(0cm)#_conditional-display(visible-subslides, false, "doesn't even matter", eval("$"+string+"$"))#h(0cm)] } ``` (uncover can be modified similarly) You can...
Maybe make typst fmt a standalone extension instead of a part of typst-lsp?
You can use mitex as a cli as well
> Mitex cli should be able to support ctan, as most latex documents use a lot of packages Supporting all of CTAN would mean essentially creating a full tex ->...
> > Supporting all of CTAN would mean essentially creating a full tex -> typst transpiler. The most you could hope for is reimplementation of some of the more simple...
Maybe @Myriad-Dreamin can give some input
It would be a good idea to mention more use-cases in https://github.com/typst/typst/issues/3789 to demonstrate that it's an important feature. The current example isn't good enough, because it can be achieved...