Skip to content

Commit

Permalink
add test for issue #105
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 31, 2023
1 parent ed3b8cd commit 3770577
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tablex-test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -1040,3 +1040,22 @@ Combining em and pt (with a stroke object):
vlinex(expand: -(2% + 2pt + 2em)),
)
)

*Full-width rowspans displayed with the wrong height (Issue \#105)*

#tablex(
columns: (auto, auto, auto, auto),
colspanx(4, rowspanx(3)[ONE]),
[TWO], [THREE], [FOUR], [FIVE],
)

#block(breakable: false)[
a

#tablex(
columns: 3,
colspanx(3, rowspanx(2)[a])
)

b
]

0 comments on commit 3770577

Please sign in to comment.