|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U
Length: 1626 (0x65a) Types: TextFile Notes: Uncompressed file
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦29f31d012⟧ »TeX3.0/LaTeX/LaTeXmacros/titlepage.doc.Z« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦29f31d012⟧ »./tex82/LaTeX/LaTeXmacros/titlepage.doc.Z« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦29f31d012⟧ »TeX3.14/LaTeX/LaTeXmacros/titlepage.doc.Z« └─⟦this⟧
% TITLEPAGE DOCUMENT-STYLE OPTION - released 27 January 1985 % for LaTeX version 2.09 % Copyright (C) 1985 by Leslie Lamport % PREPARING A FOREIGN LANGUAGE VERSION: % % This document style is for documents prepared in the English language. % To prepare a version for another language, various English words must % be replaced. All the English words that required replacement are % indicated below, where we give the name of the command in which the % words appear, and the entire line containing the word(s), with the % actual words underlined. % % abstract environment: % {\bf Abstract} % ~~~~~~~~ \def\maketitle{\begin{titlepage} \let\footnotesize\small % Local definitions to make \thanks produce \let\footnoterule\relax % \normalsize footnotes with no separating rule. \setcounter{page}{0} \null \vfil \vskip 60pt % To adjust centering. \begin{center} {\LARGE \@title \par} % Set title in \LARGE size. \vskip 3em % Vertical space after title. {\large % Set author in \large size. \lineskip .75em \begin{tabular}[t]{c}\@author \end{tabular}\par} \vskip 1.5em % Vertical space after author. {\large \@date \par} % Set date in \large size. \end{center} \par \@thanks \vfil \null \end{titlepage} \setcounter{footnote}{0} % Footnotes start at zero again. \let\thanks\relax \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\maketitle\relax} \def\abstract{\titlepage \null\vfil \begin{center} {\bf Abstract} \end{center}} \def\endabstract{\par\vfil\null\endtitlepage}