PgBiel

Results 402 comments of PgBiel

> "But Laurenz may have a different opinion." Yeah! Just wanted to share mine too :) > That is: The font-specific features should be move from field of text element...

For people looking for a workaround, I've cooked something which might be helpful. Basically consists of keeping the first element - and the spacing between both elements - unbreakable across...

How is this different from https://github.com/typst/typst/pull/3863 (functionality-wise)?

> > How is this different from #3863 (functionality-wise)? > > Thank you for your feedback on my proposal. I understand the concerns raised regarding the addition of new features...

The solution presented at https://github.com/typst/typst/discussions/2273#discussioncomment-7157366 would be the way to go, but fully fixing the pitfall at https://github.com/typst/typst/discussions/2273#discussioncomment-7791001 would require solving #1125

#1125 would solve it because you'd write `show math.var` instead of `show math.equation`

Outside of `"quotes"`, yes, likely.

This also applies to lists and tables. The problem seems to be that elements using GridLayouter always break after the total page/region height has been spanned, even if they're inside...

Thanks for the hint! I'll take a look to see if I can fix this soon. (Maybe after I'm done with the Part 2b PR.)