1% From acronym on CTAN https://ctan.org/tex-archive/macros/latex/contrib/acronym
2% Licensed under LPPL 1.3 https://ctan.org/license/lppl1.3
3\documentclass{article}
4\usepackage[colorlinks]{hyperref}
5\usepackage[printonlyused,withpage]{acronym}
6\begin{document}
7
8\section{Intro}
9In the early nineties, \acs{GSM} was deployed in many European
10countries. \ac{GSM} offered for the first time international
11roaming for mobile subscribers. The \acs{GSM}'s use of \ac{TDMA} as
12its communication standard was debated at length. And every now
13and then there are big discussion whether \ac{CDMA} should have
14been chosen over \ac{TDMA}.
15
16\section{Furthermore}
17\acresetall
18The reader could have forgotten all the nice acronyms, so we repeat the
19meaning again.
20
21If you want to know more about \acf{GSM}, \acf{TDMA}, \acf{CDMA}
22and other acronyms, just read a book about mobile communication. Just
23to mention it: There is another \ac{UA}, just for testing purposes!
24
25\begin{figure}[h]
26Figure
27\caption{A float also admits references like \ac{GSM} or \acf{CDMA}.}
28\end{figure}
29
30\subsection{Some chemistry and physics}
31\label{Chem}
32\ac{NAD+} is a major electron acceptor in the oxidation
33of fuel molecules. The reactive part of \ac{NAD+} is its nictinamide
34ring, a pyridine derivate.
35
36One mol consists of \acs{NA} atoms or molecules. There is a relation
37between the constant of Boltzmann and the \acl{NA}:
38\begin{equation}
39  k = R/\acs{NA}
40\end{equation}
41
42\acl{lox}/\acl{lh2} (\acsu{lox}/\acsu{lh2})
43
44\subsection{Some testing fundamentals}
45When testing \acp{IC}, one typically wants to identify functional
46blocks to be tested separately. The latter are commonly indicated as
47\acp{BUT}. To test a \ac{BUT} requires defining a testing strategy\dots
48
49\section{Acronyms}
50\begin{acronym}[TDMA]
51 \acro{CDMA}{Code Division Multiple Access}
52 \acro{GSM}{Global System for Mobile communication}
53 \acro{NA}[\ensuremath{N_{\mathrm A}}]
54      {Number of Avogadro\acroextra{ (see \S\ref{Chem})}}
55 \acro{NAD+}[NAD\textsuperscript{+}]{Nicotinamide Adenine Dinucleotide}
56 \acro{NUA}{Not Used Acronym}
57 \acro{TDMA}{Time Division Multiple Access}
58 \acro{UA}{Used Acronym}
59 \acro{lox}[\ensuremath{LOX}]{Liquid Oxygen}%
60 \acro{lh2}[\ensuremath{LH_2}]{Liquid Hydrogen}%
61 \acro{IC}{Integrated Circuit}%
62 \acro{BUT}{Block Under Test}%
63 \acrodefplural{BUT}{Blocks Under Test}%
64\end{acronym}
65
66\end{document}
67