docs/diploma

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 diff
     1.1 --- a/thesis/tex/cover.tex	Tue Dec 16 15:13:35 2008 +0100
     1.2 +++ b/thesis/tex/cover.tex	Tue Dec 16 15:15:28 2008 +0100
     1.3 @@ -1,3 +1,4 @@
     1.4 +\cleardoublepage
     1.5  \thispagestyle{empty}
     1.6  
     1.7  \begin{flushright}
     1.8 @@ -5,9 +6,22 @@
     1.9  	\vspace*{12cm}
    1.10  	{\Huge \bfseries masqmail}
    1.11  
    1.12 -	{\large \slshape
    1.13 -	diploma thesis of\\
    1.14 -	markus schnalke\\
    1.15 +	{\large \itshape
    1.16 +	markus schnalke
    1.17  	}
    1.18  
    1.19  \end{flushright}
    1.20 +
    1.21 +\clearpage
    1.22 +\quad
    1.23 +\vfill
    1.24 +
    1.25 +{\scriptsize\ttfamily
    1.26 +	Copyright \copyright\ 2008,\,2009 by Markus Schnalke.
    1.27 +
    1.28 +	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.
    1.29 +
    1.30 +	It is available in Portable Document Format and source code on http://marmaro.de/docs\,.
    1.31 +
    1.32 +	Permission is hereby granted to copy and distribute this document in verbatim form.
    1.33 +}
     2.1 --- a/thesis/tex/titlepage.tex	Tue Dec 16 15:13:35 2008 +0100
     2.2 +++ b/thesis/tex/titlepage.tex	Tue Dec 16 15:15:28 2008 +0100
     2.3 @@ -3,21 +3,15 @@
     2.4  
     2.5  \begin{titlepage}
     2.6  
     2.7 +\vspace*{42ex}
     2.8 +
     2.9  \begin{center}
    2.10  {\Huge \bfseries masqmail }
    2.11  
    2.12  {\large a mail tranfer agent for workstations and small networks }
    2.13  \end{center}
    2.14  
    2.15 -\section*{\centering Abstract}
    2.16 -\masqmail\ is a \mta\ for workstations and small networks. It is a drop-in replacement for \sendmail, but much smaller.
    2.17 -
    2.18 -This diploma thesis analyzes the structure and concepts of \masqmail, and its security and safety.
    2.19 -Based on this knowledge, the source code will get improved and everything will be written down for documentation.
    2.20 -
    2.21 -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.
    2.22 -
    2.23 -\vspace*{12ex}
    2.24 +\vfill
    2.25  
    2.26  {\bfseries Diploma thesis} of Markus \textsc{Schnalke} (matriculation number: 039131).\\
    2.27  Course \emph{Business Information Systems} at the \emph{University of Applied Sciences Ulm}.\\
    2.28 @@ -27,16 +21,4 @@
    2.29  Supervisor:\\
    2.30  Prof.\ Dr.\ rer.\ nat.\ Markus \textsc{Schäffter}, \emph{University of Applied Sciences Ulm}.
    2.31  
    2.32 -\vfill
    2.33 -
    2.34 -{\scriptsize\ttfamily
    2.35 -	Copyright \copyright\ 2008,\,2009 by Markus Schnalke.
    2.36 -
    2.37 -	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.
    2.38 -
    2.39 -	It is available in Portable Document Format and source code on http://marmaro.de/docs\,.
    2.40 -
    2.41 -	Permission is hereby granted to copy and distribute this document in verbatim form.
    2.42 -}
    2.43 -
    2.44  \end{titlepage}