Skip to content

Commit

Permalink
specific typst version range
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Oct 25, 2024
1 parent 2a4d11d commit 6571a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To use this library through the Typst package manager **(for Typst v0.6.0+)**, w

For older Typst versions, download the file `tablex.typ` from the latest release (or directly from the main branch, for the 'bleeding edge') at the tablex repository (https://github.com/PgBiel/typst-tablex) and place it on the same folder as your own Typst file. Then, at the top of your file, write for example `#import "tablex.typ": tablex, cellx` (plus whichever other functions you use from the library).

This library should be compatible with Typst v0.2.0+.
This library should be compatible with Typst versions between v0.2.0 and v0.12.0 (inclusive).
**Using the latest Typst version is always recommended** in order to make use of the latest optimizations and features available.

Here's an example of what `tablex` can do:
Expand Down

0 comments on commit 6571a05

Please sign in to comment.