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

⟦fbb4c6f06⟧ TextFile

    Length: 1774 (0x6ee)
    Types: TextFile
    Names: »volume5.tex«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/volume5.tex« 

TextFile

% run this through LaTeX

\input lcustom

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

\newcount\volnum
\volnum=5
\input manual

\pagenumbering{roman}

\begin{document}

\readauxfiles

\title{{\huge The ISO\\ Development Environment:\\
        User's Manual}\vskip 1.5em
        \LARGE\sl Volume 5: QUIPU}
\author{Stephen E.~Kille\\
	\and Colin J.~Robbins\\
	\and Michael Roe \\
        \and Alan Turland}
\date{\vskip-1.25em
        Department of Computer Science \\
        University College London\vskip 1.5em
        \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}
\include{q-introduction}

\part   {User's Guide}
\include{q-dish}
\include{q-fred}
\include{q-widget}
\include{q-sunint}
\include{q-syntax}
\include{q-security}

\part	{Administrator's Guide}
\include{q-dsa}
\include{q-secman}
\include{q-ns}
\include{q-na}

\part   {Programmer's Guide}
\include{q-dsap}
\include{q-operations}
\include{q-quipu}

\part   {Design}
\include{q-design}

\part   {Appendices}
\appendix
\include{q-appendix-a}
\include{q-appendix-b}
\include{q-appendix-c}
\include{q-appendix-e}

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

\input volume5.ind

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

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

\end{document}