1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
\usepackage{index}
\def \cmdindex #1{\index{\cmdtt #1}}
\def \cmdtt #1{\texttt{\string #1}}
\def \docdef #1{\cmdindex{#1}{\tt \string #1}}
\def \docenv #1#2{\index{#1}{\cmdtt\begin\{\doctt{#1}\}#2%
\cmdtt\end\{\doctt{#1}\}}}
\def \docid #1{$\langle \mbox {\rm\em #1}\rangle$}
\def \doctt #1{{\tt #1}}
\def \docarg #1{{\tt \{\docid {#1}\}}}
\def \docopt #1{{\tt [\docid {#1}]}}
\def \docpar #1{{\tt (\docid {#1})}}
\def \doc@empty {}
\newcommand \dockey[3][]{{\tt #2\def \@test {#3}\ifx \@test \doc@empty \else
=\docid{#3}\fi} \def \@test {#1}\ifx \@test \doc@empty \else
\quad (default value is {\tt #1})\fi}
\def \softlink #1#2{\ahrefloc{#1}{#2}}
\def \softtarget #1#2{\aname{#1}{#2}}
% Macros specific to splash.tex
\def\key#1{\textcolor{red}{#1}}
\def\ikey#1#2#3{\key{#1} & #2 & -- & #3\\}
\def\arg{\textcolor{blue}{ARG }}
\newcommand{\Stretch}{}
\let \Medskip \relax
\renewcommand{\@footer}{}
|