diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-12 00:36:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-12 00:36:11 +0000 |
commit | 1b2dc80bc47f12c5846e7616c287a772be5de763 (patch) | |
tree | 57f3f28a50595d83ec5d89a246e35d9ed9d17649 /Master/texmf-dist/doc/latex/acronym | |
parent | 0021f310470a4bbc682ebece240c34c416223e82 (diff) |
acronym update (11dec09)
git-svn-id: svn://tug.org/texlive/trunk@16368 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acronym')
-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} |