Max

Results 111 comments of Max

Me neither, though I guess there's nothing stopping a font from including such things for a glyph. It wouldn't hurt then to have an `axis` parameter (or something like that)...

I'd be happy to continue on this PR's work. It'd be nice to get this into 0.12.

For single character strings in math this has been fixed (see https://github.com/typst/typst/pull/5738). For other math content this is a duplicate of #2200.

I've looked into this and it isn't really an issue of `BoxElem`'s baseline being set incorrectly, or the baseline of multi-line math expression needing to be at the math axis...

Okay I see what you mean, and I agree that is a nicer solution. Just two questions on how `ref` should then work with forms. - Do you think that...

I've added `page.supplement` so page refs have similar behaviour to normal refs. I'm just not sure whether there's any point in implementing the `Synthesize` trait for `Packed`. I'm not sure...

I think I've fixed everything up so that it all works now that https://github.com/typst/typst/pull/4840 has been merged. Though I might have missed some things that need to be done differently.

> Can we use the translations from [babel](https://github.com/latex3/babel)? We should be able to. I didn't want to go through babel and try to add them to this PR though until...