changeset 152:93c689de2671

reworked and reordered cover and titlepage
author meillo@marmaro.de
date Tue, 16 Dec 2008 15:15:28 +0100
parents 6c37dc3d4a61
children a8a9961dc898
files thesis/tex/cover.tex thesis/tex/titlepage.tex
diffstat 2 files changed, 20 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/tex/cover.tex	Tue Dec 16 15:13:35 2008 +0100
+++ b/thesis/tex/cover.tex	Tue Dec 16 15:15:28 2008 +0100
@@ -1,3 +1,4 @@
+\cleardoublepage
 \thispagestyle{empty}
 
 \begin{flushright}
@@ -5,9 +6,22 @@
 	\vspace*{12cm}
 	{\Huge \bfseries masqmail}
 
-	{\large \slshape
-	diploma thesis of\\
-	markus schnalke\\
+	{\large \itshape
+	markus schnalke
 	}
 
 \end{flushright}
+
+\clearpage
+\quad
+\vfill
+
+{\scriptsize\ttfamily
+	Copyright \copyright\ 2008,\,2009 by Markus Schnalke.
+
+	This document was typeset in Palatino and Computer Modern Typewriter, using the LaTeX document preparation system driven by machines running the Debian GNU/Linux operating system.
+
+	It is available in Portable Document Format and source code on http://marmaro.de/docs\,.
+
+	Permission is hereby granted to copy and distribute this document in verbatim form.
+}
--- a/thesis/tex/titlepage.tex	Tue Dec 16 15:13:35 2008 +0100
+++ b/thesis/tex/titlepage.tex	Tue Dec 16 15:15:28 2008 +0100
@@ -3,21 +3,15 @@
 
 \begin{titlepage}
 
+\vspace*{42ex}
+
 \begin{center}
 {\Huge \bfseries masqmail }
 
 {\large a mail tranfer agent for workstations and small networks }
 \end{center}
 
-\section*{\centering Abstract}
-\masqmail\ is a \mta\ for workstations and small networks. It is a drop-in replacement for \sendmail, but much smaller.
-
-This diploma thesis analyzes the structure and concepts of \masqmail, and its security and safety.
-Based on this knowledge, the source code will get improved and everything will be written down for documentation.
-
-After successful tests in a real environment, a new version of \masqmail\ will be released and it will be packaged for the \gnulinux\ Distribution \debian.
-
-\vspace*{12ex}
+\vfill
 
 {\bfseries Diploma thesis} of Markus \textsc{Schnalke} (matriculation number: 039131).\\
 Course \emph{Business Information Systems} at the \emph{University of Applied Sciences Ulm}.\\
@@ -27,16 +21,4 @@
 Supervisor:\\
 Prof.\ Dr.\ rer.\ nat.\ Markus \textsc{Schäffter}, \emph{University of Applied Sciences Ulm}.
 
-\vfill
-
-{\scriptsize\ttfamily
-	Copyright \copyright\ 2008,\,2009 by Markus Schnalke.
-
-	This document was typeset in Palatino and Computer Modern Typewriter, using the LaTeX document preparation system driven by machines running the Debian GNU/Linux operating system.
-
-	It is available in Portable Document Format and source code on http://marmaro.de/docs\,.
-
-	Permission is hereby granted to copy and distribute this document in verbatim form.
-}
-
 \end{titlepage}