Skip to content

v0.0.3

Compare
Choose a tag to compare
@PgBiel PgBiel released this 12 Jun 13:34
· 140 commits to main since this release
  • Added support for Typst v0.4.0 and v0.5.0.
    • The tablex options fill: and align: now accept arrays of values for each column (#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.
  • Fixed the calculation of the size of auto rows and columns when a rowspan or colspan was used (#11).
  • Fixed the calculation of the size of the last auto column when it was too long (#6).