v0.0.3
版本发布时间: 2023-06-12 21:34:37
PgBiel/typst-tablex最新发布版本:v0.0.8(2024-01-12 23:23:59)
- Added support for Typst v0.4.0 and v0.5.0.
- The tablex options
fill:
andalign:
now accept arrays of values for each column (https://github.com/PgBiel/typst-tablex/issues/13).- For example,
fill: (red, blue)
would fill the first column with red, the second column with blue, and any further columns would alternate between the two fill colors.
- For example,
- The tablex options
- Fixed the calculation of the size of
auto
rows and columns when a rowspan or colspan was used (https://github.com/PgBiel/typst-tablex/issues/11). - Fixed the calculation of the size of the last
auto
column when it was too long (https://github.com/PgBiel/typst-tablex/issues/6).
1、 tablex.typ 80.41KB