PgBiel / typst-tablex

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

Add support for array of per-column values for `align:` and `fill:` #13

Closed PgBiel closed 1 year ago

PgBiel commented 1 year ago

For parity with the new syntax in native typst tables since v0.4.0.

E.g. #table(align: (left, center, right), fill: (red, blue, green)) would align columns 1st, 2nd and 3rd to the left, center and right respectively, and fill them with red, blue and green respectively.

PgBiel commented 1 year ago

Implemented in 659456bbad9e5bc50561d53e097a8d088ff25db2 and f78934c1718113a30b52300bf3d5f65875c9fc09.