diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-29 21:22:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-29 21:22:29 +0000 |
commit | 9dc098550a08a0a6535d68c59ce28ce13fad7593 (patch) | |
tree | 87154c9583e8bd0b5335f78aec2f2c9f7803bff3 /Master/texmf-dist/doc/latex/acro/example_two.tex | |
parent | 88363fa054edfe4dafa9a338ec24f3e062c1f26a (diff) |
acro (29apr20)
git-svn-id: svn://tug.org/texlive/trunk@54937 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acro/example_two.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/example_two.tex | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/example_two.tex b/Master/texmf-dist/doc/latex/acro/example_two.tex deleted file mode 100644 index 7b188dc3241..00000000000 --- a/Master/texmf-dist/doc/latex/acro/example_two.tex +++ /dev/null @@ -1,116 +0,0 @@ -% arara: pdflatex -% arara: pdflatex -% this file is an adapted version of acrotest.tex shipped out -% with the `acronym' package -\documentclass{article} -\usepackage[T1]{fontenc} -\usepackage[english]{babel} -\usepackage[colorlinks]{hyperref} -\usepackage{acro} - -\acsetup{ - sort = true , - page-style = comma , - extra-style = paren , - hyperref =true -} - -\DeclareAcronym{CDMA}{ - short = CDMA , - long = Code Division Multiple Access , - long-plural = es -} -\DeclareAcronym{GSM}{ - short = GSM , - long = Global System for Mobile communication -} -\DeclareAcronym{NA}{ - short = {\ensuremath{N_{\mathrm{A}}}} , - long = Number of Avogadro , - extra = see \S\ref{Chem} , - pdfstring = NA -} -\DeclareAcronym{NAD+}{ - short = {NAD\textsuperscript{+}} , - short-plural = , - long = Nicotinamide Adenine Dinucleotide , - pdfstring = NAD+ -} -\DeclareAcronym{NUA}{ - short = NUA , - long = Not Used Acronym -} -\DeclareAcronym{TDMA}{ - short = TDMA , - long = Time Division Multiple Access , - long-plural = es -} -\DeclareAcronym{UA}{ - short = UA , - long = Used Acronym -} -\DeclareAcronym{lox}{ - short = {\emph{LOX}} , - long = Liquid Oxygen , - pdfstring = LOX -} -\DeclareAcronym{lh2}{ - short = {\emph{LH\textsubscript{2}}} , - long = Liquid Hydrogen , - pdfstring = LH2 -} -\DeclareAcronym{IC}{ - short = IC , - long = Integrated Circuit -} -\DeclareAcronym{BUT}{ - short = BUT , - long = Block Under Test , - long-plural-form = Blocks Under Test -} -\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} (\acs{lox}/\acs{lh2}) - -\subsection{Some testing fundamentals} -When testing \acp{IC}, one typically wants to identify functional -blocks to be tested separately. The latter are commonly indicated as -\acp{BUT}. To test a \ac{BUT} requires defining a testing strategy\dots - -\printacronyms - -\end{document} |