PgBiel / typst-tablex

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

Problems with infinite page dimensions #47

Closed PgBiel closed 1 year ago

PgBiel commented 1 year ago

Using #set page(width: auto) (or height: auto) leads layout to report infinite dimensions (in the v0.0.5 patch). This should be accounted for in code (currently it crashes Typst).

PgBiel commented 1 year ago

Should hopefully be fine now

PgBiel commented 1 year ago

Complemented with https://github.com/PgBiel/typst-tablex/commit/bb49c658cdbc174a1c4fc18c45e7777f70ef946e

PgBiel commented 1 year ago

See also https://github.com/typst/typst/issues/1918