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 a

⟦32176fb2a⟧ TextFile

    Length: 888 (0x378)
    Types: TextFile
    Names: »article.tex«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/papers/doclib/article.tex« 

TextFile

% Support for the Article style of DISS.STY (do not explicitly load...)


\catcode`\@=11				% for a little while


% usage: \header text\title text\author text\info
\outer\def\header#1\title#2\author#3\info{%
    \null\vskip .8in plus .1in minus .1in
    \begingroup
	\titlefont
	\let\\=\cr
	\tabskip=0pt
	\halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#1\cr}%
    \endgroup
    \bigskip

    \begingroup
	\authorfont
	\let\\=\cr
	\tabskip=0pt
	\halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#2\cr}%
    \endgroup
    \medskip

    \begingroup
	\let\\=\cr
	\tabskip=0pt
	\halign to\hsize{\centerline{\ignorespaces##\unskip}\cr#3\cr}%
    \endgroup
    \vskip .5in plus .1in

    \def\banner{\bop\chapter#1\endchapter}%
}


% Parameters different than the AmS-TeX dissertation style

\quiet
    \oddpagesfalse
    \singlespace
\verbose


\catcode`\@=12				% back to normal