Laurenz
Laurenz
@abel1502 Might make sense to bring this up upstream with zune-jpeg.
Resolved since https://github.com/typst/typst/pull/7369
Automatic locale-aware number formatting will happen, but `$0,5$` will most likely not happen because the comma already has meaning in math argument lists.
https://github.com/typst/typst/issues/7344 would cover this.
Could you also update the docs here? https://github.com/typst/typst/blob/64641d687fcd658c75fee84bd5d40f9bb7f8404f/crates/typst-library/src/text/raw.rs#L78 --- @bastienvoirin The way to do it would be with this mechanism: https://github.com/typst/typst/issues/7165. Having a built-in metadata mechanism there feels a bit...
Thanks! > I'm not sure shall I mark unreachable for actual unreachable arms Indeed the empty case is better marked as unreachable I think. The case > 3 does not...
This is reaching dimensions where it might make more sense to generate the functions dynamically, as is done for the typed HTML API in `typst-html/typed.rs`. That would feel a bit...
Do you think the accents could also make use of the auto-generated function approach? (Note necessarily in this PR, could also be separate.)
I pushed two commits. I'm happy to merge now and have the rest separately, but if you want to do it all together, that's fine with me too.