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

⟦31e5e7855⟧ TextFile

    Length: 1114 (0x45a)
    Types: TextFile
    Names: »volume3.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/volume3/volume3.tex« 

TextFile

% -*- LaTeX -*-
% 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}

\makeindex

\newcount\volnum
\volnum=3

\pagenumbering{roman}

\begin{document}

\title{{\Huge\bf PP}\vskip 1.5em
	\LARGE\sl Volume 3: Users Guide}
\author{Pete Cowen \and Julian Onions}


\date{\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}

% \part	{Introduction}
% \include{introduction}

% \part	{Using PP}
\include{intro}
\include{local}
\include{lists}
\include{utility}

% \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}