-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
With 0.12.0 Typst prerelease deprecating locations and other things in favour of context
, tbl
package seems to die with lots of warnings and this error. This doesn't seem like an issue of prerelease:
error: can only be used when context is known
┌─ @preview/tbl:0.0.4\tbl.typ:933:28
│
933 │ cell-left = measure(cell-left, styles).width
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= hint: try wrapping this in a `context` expression
= hint: the `context` expression should wrap everything that depends on this function
tbl
has to be updated to work on new Typst versions.
Metadata
Metadata
Assignees
Labels
No labels