annotate thesis/tex/titlepage.tex @ 50:f944ca6dd688

added CATB cite; added unbreakable spaces
author meillo@marmaro.de
date Tue, 14 Oct 2008 21:59:22 +0200
parents d52fa2350137
children 3010ddc3f20f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
1 \cleardoublepage
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
2 \thispagestyle{empty}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
3
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4 \begin{titlepage}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
5
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
6 \begin{center}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
7 {\Huge \bfseries masqmail }
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
8
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
9 {\large a mail tranfer agent for workstations and small networks }
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
10 \end{center}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
11
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
12 \section*{\centering Abstract}
14
a71af14e3887 new macros and relative fontsize for NAME
meillo@marmaro.de
parents: 12
diff changeset
13 \masqmail\ is a \mta\ for workstations and small networks. It is a drop-in replacement for \sendmail, but much smaller.
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
14
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 41
diff changeset
15 This diploma thesis analyzes the structure and concepts of \masqmail, and its security and safety.
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 41
diff changeset
16 Based on this knowledge, the source code will get improved and everything will be written down for documentation.
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
17
14
a71af14e3887 new macros and relative fontsize for NAME
meillo@marmaro.de
parents: 12
diff changeset
18 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.
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
19
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
20 \vspace*{12ex}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
21
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 41
diff changeset
22 {\bfseries Diploma thesis} of Markus \textsc{Schnalke} (matriculation number: 039131).\\
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 41
diff changeset
23 Course \emph{Business Information Systems} at the \emph{University of Applied Sciences Ulm}.\\
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
24 Year 2009.
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
25
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 41
diff changeset
26 \medskip
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
27 Supervisor:\\
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 41
diff changeset
28 Prof.\ Dr.\ rer.\ nat.\ Markus \textsc{Schäffter}, \emph{University of Applied Sciences Ulm}.
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
29
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
30 \vfill
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
31
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
32 {\scriptsize\ttfamily
14
a71af14e3887 new macros and relative fontsize for NAME
meillo@marmaro.de
parents: 12
diff changeset
33 Copyright \copyright\ 2008, 2009 by Markus Schnalke.
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
34
41
44000e96af30 added typesetting info and location to download
meillo@marmaro.de
parents: 34
diff changeset
35 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.
44000e96af30 added typesetting info and location to download
meillo@marmaro.de
parents: 34
diff changeset
36
44000e96af30 added typesetting info and location to download
meillo@marmaro.de
parents: 34
diff changeset
37 It is available in Portable Document Format and source code on http://marmaro.de/docs\thinspace\thinspace .
44000e96af30 added typesetting info and location to download
meillo@marmaro.de
parents: 34
diff changeset
38
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
39 Permission is hereby granted to copy and distribute this document in verbatim form.
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
40 }
34
f789b659f094 added formating of names; cleanups
meillo@marmaro.de
parents: 15
diff changeset
41
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
42 \end{titlepage}