Blame doc/mpiman.sty

Packit 0848f5
\textwidth=6.0in
Packit 0848f5
\textheight=9.0in
Packit 0848f5
\hoffset=-0.5in
Packit 0848f5
\voffset=-1.0in
Packit 0848f5
\parskip=.1in
Packit 0848f5
\renewcommand{\floatpagefraction}{0.9}
Packit 0848f5
\newcommand{\mpich}{\texttt{MPICH}}
Packit 0848f5
\newcommand{\Mpich}{\texttt{MPICH}}
Packit 0848f5
% This should really use #1, but we want the text version in the Postscript
Packit 0848f5
% document
Packit 0848f5
\newcommand{\AURL}[2]{\url{#2}}
Packit 0848f5
\newcommand{\mpibug}{\AURL{mailto:mpich-discuss@mcs.anl.gov}{mpich-discuss@mcs.anl.gov}}
Packit 0848f5
%\newcommand{\mpich}{MPICH}
Packit 0848f5
%
Packit 0848f5
% Fix this using hyphenation?
Packit 0848f5
{\catcode`\/=\active\gdef/{\char`\/ \discretionary{}{}{}}}
Packit 0848f5
\def\makeslashbreak{\catcode`\/=\active}
Packit 0848f5
\def\note#1{\marginpar{#1}}
Packit 0848f5
\def\ttURL#1{\texttt{\url{#1}}}
Packit 0848f5
\def\urlname#1#2{\emph{#2}}
Packit 0848f5
% The following is needed for the acknowledgements contents entry
Packit 0848f5
%
Packit 0848f5
\let\DOESupport\DefaultSupport
Packit 0848f5
%
Packit 0848f5
% Version number
Packit 0848f5
\newcommand{\mpichversion}{1.0.3}
Packit 0848f5
%
Packit 0848f5
% File in the MPI install dir.  
Packit 0848f5
% However, we cannot just place this as a prefix to \file, 
Packit 0848f5
% since \file may surround the filename with `'.  Instead,
Packit 0848f5
% we use a special command that adds only the trailing '
Packit 0848f5
\def\eatnextfilelast#1{\texttt{#1}'\endgroup}
Packit 0848f5
\def\eatfilelast{\catcode`\_=\active\nocodespecials\eatnextfilelast}
Packit 0848f5
\def\filelast{\begingroup\eatfilelast}
Packit 0848f5
\newcommand{\mpifile}{`\texttt{/usr/local/mpich-\mpichversion/}\filelast}