-
Notifications
You must be signed in to change notification settings - Fork 0
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
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}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
LaTeX Introduction
- Hierarchy
- Figures
- Table
- Code
- Referencing
- Enumerations
- Citation
- Acronyms
- Special characters
- Page layout
- Hyphenation
Other tools