DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T v

⟦750bf358d⟧ TextFile

    Length: 1391 (0x56f)
    Types: TextFile
    Names: »volume1.tex«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/doc/manual/volume1/volume1.tex« 

TextFile

% run this through LaTeX

% SEK - this is a PP document, designed to be easy to convert to 
% an ISODE Manual Section if we want to

\input lcustom


\documentstyle[11pt,sfwmac,tgrind,twoside,a4]{report}

\newcount\volnum
\volnum=1
\makeatletter
\def\preface{\chapter*{Preface\@mkboth{PREFACE}{PREFACE}}}
\makeatother

\makeindex

\input{dist-params}

\pagenumbering{roman}

\begin{document}

\newcommand{\PP}{{\em PP}}
\newcommand{\SP}{\vspace{.25in}}

% \readauxfiles

\title{{\Huge\bf PP} \\
	\vskip 1.5em
	\LARGE\sl Volume 1: Installation and Operation}
\author{
Peter Cowen \\
Alina da Cruz \\
Steve Kille \\
Julian Onions}

\date{\vskip-1.25em
	\ifdraft \versiondate/\\ \tt Draft Version \versiontag/\else \today\fi}

\maketitle
\newpage

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

\tableofcontents

\listoftables

\listoffigures

\include{preface}

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


\include{general}
\include{install}
\include{configure}
\include{tables}
\include{x400links}
\include{management}
\appendix
\include{appendix}
\include{x400tables}
\include{mu}
\include{qmgrproto}
\bibliography{bcustom,pp}
\bibliographystyle{alpha}

\input volume1.ind

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

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

\end{document}