This commit is contained in:
Jean-Marie Mineau 2025-06-11 17:27:51 +02:00
parent 5e703f6298
commit a1a6d7cff8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 144 additions and 6 deletions

View file

@ -0,0 +1,10 @@
#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>],
))