Mercurial > docs > diploma
annotate thesis/tex/titlepage.tex @ 69:821d195e4237
wrote text segments and reworked a lot
author | meillo@marmaro.de |
---|---|
date | Wed, 22 Oct 2008 17:18:09 +0200 |
parents | 3010ddc3f20f |
children | 93c689de2671 |
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 | 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 | 15 This diploma thesis analyzes the structure and concepts of \masqmail, and its security and safety. |
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 | 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 | 22 {\bfseries Diploma thesis} of Markus \textsc{Schnalke} (matriculation number: 039131).\\ |
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 | 26 \medskip |
12
26ff7cb0cc12
reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents:
8
diff
changeset
|
27 Supervisor:\\ |
47 | 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 |
51 | 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 |
51 | 37 It is available in Portable Document Format and source code on http://marmaro.de/docs\,. |
41
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 | 41 |
8
1d35768e1643
first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff
changeset
|
42 \end{titlepage} |