annotate thesis/tex/titlepage.tex @ 42:ac4ce4de4154

minor stuff
author meillo@marmaro.de
date Tue, 14 Oct 2008 10:36:35 +0200
parents 44000e96af30
children d52fa2350137
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
14
a71af14e3887 new macros and relative fontsize for NAME
meillo@marmaro.de
parents: 12
diff changeset
15 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.
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
16
14
a71af14e3887 new macros and relative fontsize for NAME
meillo@marmaro.de
parents: 12
diff changeset
17 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
18
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
19 \vspace*{12ex}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
20
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
21 Diploma thesis of Markus \textsc{Schnalke} (matriculation number: 039131).\\
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
22 Course \name{Business Information Systems} at the \name{University of Applied Sciences Ulm}.\\
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
23 Year 2009.
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
24
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
25 Supervisor:\\
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
26 Prof.~Dr.~rer.~nat. Markus \textsc{Schäffter}, \name{University of Applied Sciences Ulm}.
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
27
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
28 \vfill
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
29
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
30 {\scriptsize\ttfamily
14
a71af14e3887 new macros and relative fontsize for NAME
meillo@marmaro.de
parents: 12
diff changeset
31 Copyright \copyright\ 2008, 2009 by Markus Schnalke.
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
32
41
44000e96af30 added typesetting info and location to download
meillo@marmaro.de
parents: 34
diff changeset
33 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
34
44000e96af30 added typesetting info and location to download
meillo@marmaro.de
parents: 34
diff changeset
35 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
36
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
37 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
38 }
34
f789b659f094 added formating of names; cleanups
meillo@marmaro.de
parents: 15
diff changeset
39
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
40 \end{titlepage}