typst-templates/tables.typ
2023-11-09 20:58:39 -05:00

7 lines
118 B
Plaintext

#import "@preview/tablex:0.0.6": tablex
#let tablef = tablex.with(
align: center + horizon,
auto-vlines: false
)