summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acronym/acrotest.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-12 00:36:11 +0000
committerKarl Berry <karl@freefriends.org>2009-12-12 00:36:11 +0000
commit1b2dc80bc47f12c5846e7616c287a772be5de763 (patch)
tree57f3f28a50595d83ec5d89a246e35d9ed9d17649 /Master/texmf-dist/doc/latex/acronym/acrotest.tex
parent0021f310470a4bbc682ebece240c34c416223e82 (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/acrotest.tex')
-rw-r--r--Master/texmf-dist/doc/latex/acronym/acrotest.tex9
1 files changed, 9 insertions, 0 deletions
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}