10 lines
214 B
Typst
10 lines
214 B
Typst
#let tldr = link(<acr-tldr>)[TL;DR]
|
|
|
|
#let notation_table = align(center, table(
|
|
columns: 2,
|
|
align: center+horizon,
|
|
table.header(
|
|
[Acronyms], [Meanings],
|
|
),
|
|
tldr, [Too long; didn't read<acr-tldr>],
|
|
))
|