Skip to content

Commit

Permalink
test lines in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 17, 2023
1 parent 643aaa1 commit 7f7a905
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file modified tablex-test.pdf
Binary file not shown.
20 changes: 20 additions & 0 deletions tablex-test.typ
Original file line number Diff line number Diff line change
Expand Up @@ -763,3 +763,23 @@ Combining em and pt (with a stroke object):
)
#stack(dir: ttb, mapstuff(false), 1em, $arrow.b$, 1em, mapstuff(true))
]

*Lines in tables from issue \#80*
#table(
columns: 2,
[A #box(line(length: 50pt)) B], [A #line(length: 50pt) B],
[C], [D],
style(styles => {
measure(line(length: 40pt), styles)
}),
[E]
)
#tablex(
columns: 2,
[A #box(line(length: 50pt)) B], [A #line(length: 50pt) B],
[C], [D],
style(styles => {
measure(line(length: 40pt), styles)
}),
[E]
)

0 comments on commit 7f7a905

Please sign in to comment.