Skip to content

Acronyms

Johannes Schackniß edited this page May 10, 2021 · 3 revisions

WIP

The package acronym is used for acronyms. Acronyms have to be created before they can be used.
Short documentation
Long documentation

How to create an acronym?

Open the file resources/directories/acronyms.tex.

Input:

%singular acronym
\acro{WLAN}{Wireless Local Area Network}

%plural acronym
\acroplural{WLAN}[WLANs]{Wireless Local Area Networks}

How to use an acronym?

The different options of acronym expressions can be found below.

Command effect
ac The first time ac is used, the long version of the acronym and the acronym itself are shown in brackets. The next time the command ac is called, only the acronym is displayed.
acp Same effect as ac and outputs the plural.

Input:

\ac{WLAN}

Output:

WIP

Clone this wiki locally