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 t

⟦40620432e⟧ TextFile

    Length: 988 (0x3dc)
    Types: TextFile
    Names: »titlepage.tex«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/doc/titlepage.tex« 

TextFile

\InputD{compst.tip}

% \TitlePage
% ==========
% #1: first line of title
% #2: second line
% #3: report ID
% #4: copyright year(s)
% #5: date
% #6: version
% #7: Abstract
\def\TitlePage #1#2#3#4#5#6#7{% 
	\begin{titlepage}
		\vbox to \vsize{
			\begin{center}
				\if\EmptyStringConditional{#2}% 
					{\Huge\bf #1}\\*[0.75in]
				\else
					{\Huge\bf #1}\\*[0.5in]
					{\Huge\bf #2}\\*[0.5in]
				\fi
				{\it by\/}\\*[0.5in]
				{\bf Stephan v.~Bechtolsheim}\\
				{Integrated Computer Software, Inc}\\
				{2119 Old Oak Drive}\\
				{West Lafayette, IN 47906}\\*[12pt]
%				{\tt integin!svb@cs.purdue.edu, ...purdue!integin!svb}\\
				{\tt (317) 463 0162}\\*[12pt]
				\if\EmptyStringConditional{#4}% 
					\hbox{}
				\else
					{\copyright\ #4 by Stephan v.~Bechtolsheim}\\*[0.5in]
				\fi
				{\it Date: #5\/}\\
				{\it Version: #6\/}\\
				{\it Report ID: #3\/}\\*[1.0in]
				{\bf Abstract}
			\end{center}
			\begin{quote}
				#7
			\end{quote}
			\vfill
		}
	\end{titlepage}
}