Blame doc/mpiman.sty

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