这是indexloc提供的服务,不要输入任何密码
Skip to content

Bug with using measure and lines inside a table #80

@johannes-wolf

Description

@johannes-wolf

The following code returns a size of (0pt, 0pt), while measuring other elements like rect or box works.

#tablex(
  style(st => {
    measure(line(length: 1cm), st)
  })
)

This error occurs when trying to use cetz canvas (0.1.2) insides tablex, see cetz-package/cetz#345.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrendererRelated to the final rendering (drawing) step of the table.table-parity

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions