PgBiel
PgBiel
> I prefer the var("name") solution because it's consistent and easy to understand. I think we can implement it first, and decide if we want the `@` solution later. I...
> Thanks for pouring thoughts into this! Based on my experience with LaTeX, having to use `\text{}` to wrap texts in math expressions has been a huge hassle. Therefore, I'd...
> How would this work under these proposals? Is it `set math.equation(font: "..")`? Or `set math.var(font: "..")`? What about `op` or numbers? And how would you turn a variable red?...
And I think this kind of discussion should be the focus of an eventual PR that implements this kind of thing. Following a bit of @peng1999 's suggestion, the parser...
> I like the var(..) proposal but what would happen in the following case : > > ``` > > let name = @"name" > > $name = 5$ >...
Hello, thanks for your input! > I low-key despise the @ syntax. It seems very offhand and I don't think enough options have been discussed, it also introduces a new...
Yeah, enums reset when they are inserted in a different container and in several other contexts. You're looking for `1. A #pagebreak() 2. B` instead
> CMYK does not typically use 0-255 representation in contrast to RGB, so I'm not sure whether exposing it in this way makes sense. That's fair, though I guess it...
Fair. We can eventually discuss further alternatives. Thank you for the consideration. 👍
A proper match statement could be made more powerful by using pattern matching; that could be really useful. Perhaps patterns could be extended to use some `#show`-like syntax, allowing something...