Skip to content

Update for 0.12.0 #14

@sitandr

Description

@sitandr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions