Skip to content

v0.0.2

Compare
Choose a tag to compare
@PgBiel PgBiel released this 30 Apr 19:10
· 161 commits to main since this release
  • Added support for Typst v0.3.0.
  • Fixed strokes - now lines will expand to not look weird when strokes are larger.
    • You can disable this behavior by setting stroke-expand: false on your lines.
  • You can now arbitrarily change your lines' sizes at either end with the option expand: (length, length); e.g. expand: (5pt, 10pt) will increase your horizontal line 5pt to the left and 10pt to the right (or, for a vertical line, 5pt to the top and 10pt to the bottom).
    • Support for negative expand lengths is limited (so far, only reduces length in the first cell the line spans).
  • Added some gutter fixes (not all gutter issues were fixed yet).