% run this through LaTeX

\input lcustom

\documentstyle[12pt,sfwmac,tgrind,twoside,draftnote]{report}

\newcount\volnum
\volnum=3
\input manual

\pagenumbering{roman}

\begin{document}

\readauxfiles

\title{{\huge The ISO\\ Development Environment:\\
	User's Manual}\vskip 1.5em
	\LARGE\sl Volume 3: Applications}
\author{Marshall T.~Rose\\ Performance Systems International, Inc.}
\date{\ifdraft \versiondate/\\ \tt Draft Version \versiontag/\else \today\fi}
\maketitle
\newpage

\thispagestyle{empty}
\setcounter{page}{0}
\mbox{}
\newpage

\tableofcontents
\footnotetext[0]{\hskip -\parindent
This document (version \versiontag/)
was \LaTeX set \today\ with \fmtname\ v\fmtversion.}

\listoftables

\listoffigures

\include{preface}

\newpage
\ifodd\value{page} \else
    \mbox{}
    \newpage
\fi
\pagenumbering{arabic}

\part	{Introduction}
\include{introduction}

\part	{File Transfer, Access and Management}
\include{libftam}
\include{documents}
\include{unixftam}
\include{ftamftp}

\part	{Virtual Terminal}
\include{unixvt}

\part	{Miscellaneous Applications}
\include{imisc}

\bibliography{bcustom,sfwdoc,networking}
\bibliographystyle{alpha}

\input volume3.ind

\clearpage
\ifodd\value{page} \else
    \mbox{}
    \newpage
\fi

\typeout{you can usually ignore the message about Label(s) may have changed}

\end{document}
