blob: 39dbd14b9c0273c2153eb1ea4ff4db93da5b48b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% Master File: ind.tex
% Document preamble for ind.tex
\documentstyle[11pt,doublespace,regmar]{article}
\input{logo}
%% psfig not needed after picture mode version of fig1.ps created
%% -- Nelson H. F. Beebe <beebe@math.utah.edu> [08-Jul-1991]
%% \input{psfig}
\nofiles
\begin{document}
\pagestyle{phcheadings} % defined in undhead.tex
\def\s{\thinspace}
\newcommand{\sitem}{\hspace*{20pt}}
\newcommand{\ssitem}{\hspace*{30pt}}
\newenvironment{iexample}{\begin{center}
\begin{tabular}[t]{@{}ll|@{\hspace{.2em}}}}{\end{tabbing}\end{minipage}
\end{center}}
\newcommand{\sindex}{\end{tabular}\hspace{.3em}\begin{minipage}[t]{\textwidth}
\begin{tabbing}}
\newcommand{\tindex}{\end{tabular}\hspace{1em}\begin{minipage}[t]{\textwidth}
\begin{tabbing}}
\newcommand{\hd}[1]{\multicolumn{1}{c|}{\sl #1\/}}
\newcommand{\hdr}[1]{\multicolumn{1}{c}{\sl #1\/}}
|