PgBiel / typst-tablex

More powerful and customizable tables in Typst
MIT License
370 stars 12 forks source link

Heuristic: Don't expand an auto column when a cell spans all frac columns #116

Closed PgBiel closed 7 months ago

PgBiel commented 7 months ago

Cells spanning all frac columns shouldn't cause auto columns to expand, since they'll already have access to all available space remaining.

Fixes (to my best ability) #56 and #78 .