-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
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 workingSomething isn't working