8000 tablex inside tablex results issues of following tablex · Issue #28 · PgBiel/typst-tablex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tablex inside tablex results issues of following tablex #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yomannnn opened this issue Jun 30, 2023 · 3 comments
Closed

tablex inside tablex results issues of following tablex #28

yomannnn opened this issue Jun 30, 2023 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@yomannnn
Copy link

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]
)
@PgBiel PgBiel added the bug Something isn't working label Jun 30, 2023
@PgBiel
Copy link
Owner
PgBiel commented Jun 30, 2023

Interesting. This doesn't seem to happen when the columns of the last tablex call aren't 1fr. As you present it, however, the last table has zero-sized columns.
I'll investigate it when I can. Thanks for reporting!

@PgBiel PgBiel self-assigned this Jun 30, 2023
@PgBiel PgBiel added this to the v0.0.5 milestone Aug 11, 2023
PgBiel added a commit that referenced this issue Aug 11, 2023
@PgBiel
Copy link
Owner
PgBiel commented Aug 11, 2023

Hi, I've pushed a fix to main in f00b91c. Can you test and see if it's working properly now? (I'll mark this issue as solved soon, as my own tests seem to indicate this was fixed). Thanks!

@PgBiel PgBiel closed this as completed Aug 17, 2023
@yomannnn
Copy link
Author

Hi, I did a quick test and the issue seems to be solved.
I will continue to do some tests and feedback if I detect the issue again.
Many thanks for your support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
0