Laurenz
Laurenz
It seems as if there are separate language codes that we could use for this once per i18n is put into place? A quick search shows that there's `zh-CN` and...
It is working partly, just the radius is currently ignored.
Our reasons are indeed dubious (bad subsetting and printer issues we had with OTF fonts in the past), so it's not on you to provide TTF support. I was just...
@Leedehai Forcing upright at that point would unfortunately break the `italic` function: ```typ $ 1 "ft" = 0.3048 "m" \ A = pi r^2 italic(a + "beta") $ ``` (Just...
There are now a few packages that help with this. (Which can be found by going to https://typst.app/docs/packages/ and searching for "pseudocode".)
I would prefer a single `ClassElem { #[required] class: MathClass, #[required] body: Content }` that can be used like this: `class("relation", |)`. To achieve this, you need to implement `cast_from_value!`...
Hey @rqy2002, are you still interested in completing this?
No problem!
There is a [thread on the Discord server](https://discord.com/channels/1054443721975922748/1215294079844356097) related to this. There hasn't been a lot of discussion there yet, but the idea of exposing some primitives to more easily...
I'm not a fan of having a second map type. It feels very duplicate. However, I _am_ concerned about allowing just integers now without a clear plan for allowing other...