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 m

⟦5de7549f7⟧ TextFile

    Length: 2836 (0xb14)
    Types: TextFile
    Names: »manual.tex«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/manual.tex« 

TextFile

% LaTeX customizations for the ISODE User's Manual

\makeatletter

\def\preface{\chapter*{Preface\@mkboth{PREFACE}{PREFACE}}}

\let\l@@part=\l@part			%%% l@part doesn't quite prevent
\let\l@@chapter=\l@chapter		%%% breaks correctly
\def\l@part#1#2{\l@@part{#1}{#2} \let\l@chapter=\l@@@chapter}
\def\l@@@chapter#1#2{%
    \vskip 1.0em plus 1pt
    \nobreak
    \begingroup
	\@tempdima 1.5em
	\parindent \z@ \rightskip \@pnumwidth 
	\parfillskip -\@pnumwidth   
	\bf
	\leavevmode
	#1\hfil \hbox to\@pnumwidth{\hss #2}\par
    \endgroup
    \let\l@chapter=\l@@chapter
}

\def\volone/{{\em Volume One}}
\def\voltwo/{{\em Volume Two}}
\def\volthree/{{\em Volume Three}}
\def\volfour/{{\em Volume Four}}
\def\volfive/{{\em Volume Five}}

\ifcase\volnum
\or		%%% volume 1
    \def\readauxfiles{%
	\makeatletter
	\@input{psap2.aux}
	\@input{ssap.aux}
	\@input{tsap.aux}
	\@input{services.aux}
	\@input{tailoring.aux}
	\@input{logging.aux}
	\@input{q-dsa.aux}
	\@input{q-appendix-b.aux}
	\makeatother
    }
\or		%%% volume 2
    \def\readauxfiles{%
	\makeatletter
	\@input{acsap.aux}
	\@input{rosap.aux}
	\@input{rtsap.aux}
	\@input{psap.aux}
	\@input{entities.aux}
	\@input{defining.aux}
	\@input{appendix2.aux}
	\@input{pepy.aux}
	\makeatother
    }
\or		%%% volume 3
    \def\readauxfiles{%
	\makeatletter
	\@input{acsap.aux}
	\@input{psap.aux}
	\@input{psap2.aux}
	\@input{tsap.aux}
	\@input{logging.aux}
	\makeatother
    }
\or		%%% volume 4
    \def\readauxfiles{%
	\makeatletter
	\@input{acsap.aux}
	\@input{rosap.aux}
	\@input{psap.aux}
	\@input{tsap.aux}
	\@input{logging.aux}
	\@input{defining.aux}
	\makeatother
    }
\or		%%% volume 5
    \def\readauxfiles{%
	\makeatletter
	\@input{acsap.aux}
	\@input{tsap.aux}
	\@input{logging.aux}
	\makeatother
    }
\fi

\makeatother

\def\isodevrsn/{5.0}	\def\isodeprevrsn/{4.0}
\def\tarfile/{\verb"portal/isode-5.tar"}
\def\uktarfile/{\verb"<SRC>isode-5.tar"}
\def\PSfile/{\verb"isode-ps.tar.Z"}
\def\tarsize/{10.5MB}
\def\compressfile/{\verb"portal/isode-5.tar.Z"}
\def\ukcompressfile/{\verb"<SRC>isode-5.tar.Z"}
\def\compressize/{3.5MB}
\def\PSsize/{5MB}
\def\compatvrsn/{5.0}	\def\compatprevrsn/{4.0}
\def\tsapvrsn/{5.0}	\def\tsaprevrsn/{4.0}
\def\ssapvrsn/{5.0}	\def\ssaprevrsn/{4.0}
\def\psapvrsn/{5.0}	\def\psaprevrsn/{4.0}
\def\psapXvrsn/{5.0}	\def\psapXrevrsn/{4.0}
\def\pepyvrsn/{5.0}	%%% \def\pepyprevrsn/{4.0}
\def\acsapvrsn/{5.0}	\def\acsaprevrsn/{4.0}
\def\rtsapvrsn/{5.0}	\def\rtsaprevrsn/{4.0}
\def\rosapvrsn/{5.0}	\def\rosaprevrsn/{4.0}
\def\rosyvrsn/{5.0}	\def\rosyprevrsn/{4.0}
\let\posyvrsn=\pepyvrsn	\let\posyprevrsn=\pepyprevrsn
\def\ftamvrsn/{5.0}	\def\ftamprevrsn/{4.0}

\makeindex

%%% LaTeX has its margins mixed up!
\newdimen\foosidemargin
\let\foosidemargin=\oddsidemargin
\let\oddsidemargin=\evensidemargin
\let\evensidemargin=\foosidemargin

\pagestyle{headings}