add example files

main
grisel-davy 10 months ago
parent ec08fb3bbf
commit 852c1c014f

@ -0,0 +1,5 @@
#let acronyms = (
"AMS": "Acronym Management System",
"ACROBAT": "Acrobat Can Really Optimize Building Acronyms in Typst",
"BIOS": ("Basic Input/Output System", "Basic Input/Output Systems")
)

@ -0,0 +1,13 @@
#import "acrobat.typ": *
#print-index(level: 1, outlined: true)
Acrobat is an #acr("AMS") for Typst.
#acrpl("AMS") make it easier to deal with acronyms and their definitions.
With Acrobat, you can define, use, and reset acronyms.
Function `#reset-acronym("AMS")`#reset-acronym("AMS") allow to reset #acr("AMS").
#acrpl("AMS") are super usefull to avoid using undefined acronyms.
Trying to use an acronyms that is not defined will result in... //#acr("PANIC")
Loading…
Cancel
Save