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

tablex inside tablex results issues of following tablex #28

@yomannnn

Description

@yomannnn

Hi,
btw: thank you for the marvellous library!
I observed a strange behaviour: tablex inside tablex results in spacing (column width) issues of following tablex.
See example below ....
Many thanks ...

// tested with typst-tablex (v0.0.4)
#let mycell = [
  #tablex(
    columns: (1fr, 1fr),
    [A],[A]
  )
]

= table inside a table
#tablex(
  columns: (1fr, 1fr),
  mycell, mycell
)

= following table fails
*Problem/Observation*:  just one column "C"

*Expected Outcome*: Two columns

#tablex(
  columns: (1fr, 1fr),
  [C],[C]
)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions