added tablex support

This commit is contained in:
dogeystamp 2023-11-09 20:58:39 -05:00
parent 4257b35b7e
commit f0d6dd08d2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,5 @@
// main template that everything inherits from
#import "@preview/tablex:0.0.6": tablex
#let tablef = tablex.with(
align: center + horizon,
auto-vlines: false
)
#let script-size = 9pt
#let footnote-size = 8pt
#let small-size = 8pt

6
tables.typ Normal file
View File

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