%% %% This is file `acronym.sty', generated %% on <1995/2/23> with the docstrip utility (2.2i). %% %% The original source files were: %% %% acronym.dtx (with options: `acronym') %% %% Copyright (C) 1994 by Tobias Oetiker. %% All rights reserved. %% %% This package is distributed in the hope that it will be useful, %% but WITHOUT ANY WARRANTY; without even the implied warranty of %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{acronym} \newcommand{\newacro}[2]{\expandafter\gdef\csname fn@#1\endcsname{#2}} \newcommand{\acrodef}[2]{ \newacro{#1}{#2}% \write\@auxout{\string\newacro{#1}{#2}}% } \newenvironment{acronym}% {\begin{description} \providecommand{\acro}[2]{% \acrodef{##1}{##2}% \item[##1] ##2}} {\end{description}} \newcommand{\acs}[1]{% \expandafter\ifx\csname fn@#1\endcsname\relax% \textbf{#1!}% \PackageWarning{acronym}{Acronym `#1' is not defined}% \expandafter\gdef\csname fn@#1\endcsname{\textbf{#1!}} \else% #1% \fi} \newcommand{\acf}[1]% {\csname fn@#1\endcsname{}\nolinebreak[3] (\acs{#1})}% \DeclareOption{footnote}{% \renewcommand{\acf}[1]% {\acs{##1}\footnote{\csname fn@##1\endcsname}}% } \ProcessOptions \newcommand{\ac}[1]{% \expandafter\ifx\csname ac@#1\endcsname\relax% \acf{#1}% \expandafter\gdef\csname ac@#1\endcsname{x}% \else% \acs{#1}% \fi} \endinput %% \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 \~} %% \endinput %% %% End of file `acronym.sty'.