added tablex support
This commit is contained in:
parent
4257b35b7e
commit
f0d6dd08d2
7
main.typ
7
main.typ
@ -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
6
tables.typ
Normal file
@ -0,0 +1,6 @@
|
||||
#import "@preview/tablex:0.0.6": tablex
|
||||
|
||||
#let tablef = tablex.with(
|
||||
align: center + horizon,
|
||||
auto-vlines: false
|
||||
)
|
Loading…
Reference in New Issue
Block a user