typst-templates/libs.typ

8 lines
171 B
Plaintext
Raw Normal View History

2023-11-29 19:17:12 -05:00
#import "@preview/metro:0.1.0": units, prefixes, num
2023-11-09 20:58:39 -05:00
#import "@preview/tablex:0.0.6": tablex
#let tablef = tablex.with(
align: center + horizon,
auto-vlines: false
)