Files
TB-Docs/report/acronyms.typ
T
HEL 123a65addf fix: minor typo
missing 'r' in 'Programming'
thanks @pmudry
2026-08-24 13:59:44 +02:00

14 lines
436 B
Typst

#import "@preview/acrostiche:0.7.0": *
#let acronyms = (
"TaPL": ([Types and Programming Languages@tapl],),
"LSP": (link("https://en.wikipedia.org/wiki/Liskov_substitution_principle")[Liskov substitution principle],),
"AST": ([Abstract Syntax Tree],),
"LUB": ([Least Upper Bound],),
"CLI": ([Command-Line Interface],),
"CSV": ([Comma-Separated Values],),
"GLSL": ([OpenGL Shading Language],),
)
#init-acronyms(acronyms)