diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/acronym/README | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/acronym/acronym.pdf | bin | 152326 -> 159831 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/acronym/acrotest.tex | 9 |
3 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acronym/README b/Master/texmf-dist/doc/latex/acronym/README index 68f5f235b76..cb17146dca2 100644 --- a/Master/texmf-dist/doc/latex/acronym/README +++ b/Master/texmf-dist/doc/latex/acronym/README @@ -4,6 +4,7 @@ my LaTeX2e acronym Package from CTAN. INSTALLATION: - call 'latex acronym.ins' and copy the acronym.sty - file into a path searched by LaTeX. + - to re-generate the documentation, call latex acronym.dtx When writing a paper on cellular mobile radio I started to used a lot of acronyms. This can be very disturbing for the reader, as he might diff --git a/Master/texmf-dist/doc/latex/acronym/acronym.pdf b/Master/texmf-dist/doc/latex/acronym/acronym.pdf Binary files differindex 4f00bf3dcc8..317cf9ab2e7 100644 --- a/Master/texmf-dist/doc/latex/acronym/acronym.pdf +++ b/Master/texmf-dist/doc/latex/acronym/acronym.pdf diff --git a/Master/texmf-dist/doc/latex/acronym/acrotest.tex b/Master/texmf-dist/doc/latex/acronym/acrotest.tex index 532ff3146ef..e48b2eea4a3 100644 --- a/Master/texmf-dist/doc/latex/acronym/acrotest.tex +++ b/Master/texmf-dist/doc/latex/acronym/acrotest.tex @@ -22,6 +22,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% +%% \documentclass{article} \usepackage{hyperref} \usepackage[printonlyused,withpage]{acronym} @@ -63,6 +64,11 @@ between the constant of Boltzmann and the \acl{NA}: \acl{lox}/\acl{lh2} (\acsu{lox}/\acsu{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 + \section{Acronyms} \begin{acronym}[TDMA] \acro{CDMA}{Code Division Multiple Access} @@ -75,6 +81,9 @@ between the constant of Boltzmann and the \acl{NA}: \acro{UA}{Used Acronym} \acro{lox}[\ensuremath{LOX}]{Liquid Oxygen}% \acro{lh2}[\ensuremath{LH_2}]{Liquid Hydrogen}% + \acro{IC}{Integrated Circuit}% + \acro{BUT}{Block Under Test}% + \acrodefplural{BUT}{Blocks Under Test}% \end{acronym} \end{document} |