Enivex
Enivex
> If you think about it that way, yes. Not sure that's the most natural way to think about it though. In my mental model, a matrix with 4 columns...
> I get that. I'm just saying that I'm unsure whether the inconvenience of not being able to use negative indices for placing at the last row (you can still...
For slicing you can typically have an empty argument for the same purpose, which is how they can get away with it. As in something like `a(5:-1)` vs `a(5:)`. In...
> Why is raw emoji showing but `#emoji` is not? I don't know exactly what you're referring to, but it probably has to do with math fonts not having emojis...
We now have `scr`, `script`, and `scripts`, all doing different things. Not saying this is necessarily a problem, but it's at least worth bringing up.
> > We now have `scr`, `script`, and `scripts`, all doing different things. > > I don't think its tooo bad. `script` and `scripts` maybe, but adding `scr` should be...
This would also make it easier to support arguments to math.equation in the syntax
This is related to https://github.com/typst/typst/issues/1125 . I'm not sure if there is an open issue explicitly describing this though. Strings currently always get spaces around them, but you only notice...
I suspect this system expects a very particular type of PDF produced by pdftex, and panics when it doesn't find exactly what it's looking for. Not sure there is much...
I took the confirmation to mean that it had been fixed on main.