diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/acronym/acrotest.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/acronym/acrotest.tex | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acronym/acrotest.tex b/Master/texmf-dist/doc/latex/acronym/acrotest.tex new file mode 100644 index 00000000000..b27644e91ab --- /dev/null +++ b/Master/texmf-dist/doc/latex/acronym/acrotest.tex @@ -0,0 +1,83 @@ +%% +%% This is file `acrotest.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% acronym.dtx (with options: `acrotest') +%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% + +\documentclass{article} +\usepackage[printonlyused]{acronym} +\begin{document} + +\section{Intro} +In the early nineties, \acs{GSM} was deployed in many European +countries. \ac{GSM} offered for the first time international +roaming for mobile subscribers. The \acs{GSM}'s use of \ac{TDMA} as +its communication standard was debated at length. And every now +and then there are big discussion whether \ac{CDMA} should have +been chosen over \ac{TDMA}. + +\section{Furthermore} +\acresetall +The reader could have forgotten all the nice acronyms, so we repeat the +meaning again. + +If you want to know more about \acf{GSM}, \acf{TDMA}, \acf{CDMA} +and other acronyms, just read a book about mobile communication. Just +to mention it: There is another \ac{UA}, just for testing purposes! + +\begin{figure}[h] +Figure +\caption{A float also admits references like \ac{GSM} or \acf{CDMA}.} +\end{figure} + +\subsection{Some chemistry and physics} +\label{Chem} +\ac{NAD+} is a major electron acceptor in the oxidation +of fuel molecules. The reactive part of \ac{NAD+} is its nictinamide +ring, a pyridine derivate. + +One mol consists of \acs{NA} atoms or molecules. There is a relation +between the constant of Boltzmann and the \acl{NA}: +\begin{equation} + k = R/\acs{NA} +\end{equation} + +\acl{lox}/\acl{lh2} (\acsu{lox}/\acsu{lh2}) + +\section{Acronyms} +\begin{acronym}[TDMA] + \acro{CDMA}{Code Division Multiple Access} + \acro{GSM}{Global System for Mobile communication} + \acro{NA}[\ensuremath{N_{\mathrm A}}] + {Number of Avogadro\acroextra{ (see \S\ref{Chem})}} + \acro{NAD+}[NAD\textsuperscript{+}]{Nicotinamide Adenine Dinucleotide} + \acro{NUA}{Not Used Acronym} + \acro{TDMA}{Time Division Multiple Access} + \acro{UA}{Used Acronym} + \acro{lox}[\ensuremath{LOX}]{Liquid Oxygen}% + \acro{lh2}[\ensuremath{LH_2}]{Liquid Hydrogen}% +\end{acronym} + +\end{document} +\endinput +%% +%% End of file `acrotest.tex'. |