docs/diploma
annotate thesis/tex/titlepage.tex @ 167:74151e26ba6a
this is the correct message for the last commit
I really hate it when I check in too early or too much by accident!
Maybe I should add a confirmation there to prevent me from doing stupid things.
But now what I checked in with the last commit:
- titlepage became the real titlepage, specifying all important info
- cover became the real cover to be the very first page
- the previous cover became pretitle, and moved between the other two
- my confirmation that I wrote the thesis on my own moved to the appendix
- the abstract and keywords moved to the back of the pretitle
- the copyright information extended
- the market share table is in a temporary state! (Needs verification!)
- some cleanups
Ten small commits instead of this huge one with an afterwards added message
are what I intended ... now I am in a bad mood because of this mess :-(
author | meillo@marmaro.de |
---|---|
date | Fri, 19 Dec 2008 20:36:03 +0100 |
parents | 4ac06b7b9bdf |
children | 84d27c22517c |
rev | line source |
---|---|
meillo@12 | 1 \cleardoublepage |
meillo@8 | 2 |
meillo@8 | 3 \begin{titlepage} |
meillo@8 | 4 |
meillo@166 | 5 \vspace*{42ex} |
meillo@166 | 6 \begin{center} |
meillo@166 | 7 \textbf{\Huge masqmail} |
meillo@152 | 8 |
meillo@166 | 9 {\large a mail tranfer agent for workstations and small networks } |
meillo@166 | 10 \end{center} |
meillo@8 | 11 |
meillo@166 | 12 \vfill |
meillo@8 | 13 |
meillo@166 | 14 \begin{flushright} |
meillo@166 | 15 \textbf{Diploma Thesis}\\ |
meillo@166 | 16 \quad\\ |
meillo@166 | 17 by Markus \textsc{Schnalke}\\ |
meillo@166 | 18 Matriculation: \#039131\\ |
meillo@166 | 19 \quad\\ |
meillo@166 | 20 Course \emph{Business Information Systems}\\ |
meillo@166 | 21 University of Applied Sciences Ulm\\ |
meillo@166 | 22 Prof.\ Dr.\ Markus \textsc{Schäffter}, Advisor\\ |
meillo@166 | 23 \quad\\ |
meillo@166 | 24 Handed in on January 30, 2009 |
meillo@166 | 25 \end{flushright} |
meillo@166 | 26 |
meillo@166 | 27 \end{titlepage} |
meillo@166 | 28 |
meillo@166 | 29 |
meillo@166 | 30 |
meillo@166 | 31 \clearpage |
meillo@166 | 32 \quad |
meillo@152 | 33 \vfill |
meillo@12 | 34 |
meillo@166 | 35 {\scriptsize\ttfamily |
meillo@166 | 36 Copyright \copyright\ 2008,\,2009 by Markus Schnalke. |
meillo@12 | 37 |
meillo@166 | 38 This document was typeset in Palatino and Computer Modern Typewriter, using the LaTeX document preparation system on machines running the Debian GNU/Linux operating system. |
meillo@166 | 39 Text editing was done using Vim, diagrams were generated with fixme, and Mercurial was used for version control. |
meillo@12 | 40 |
meillo@166 | 41 A final version of the thesis in Portable Document Format and the complete source code can be retrieved from my website: http://marmaro.de/docs\,. |
meillo@166 | 42 |
meillo@166 | 43 Permission is hereby granted to copy and distribute this document in verbatim form. |
meillo@166 | 44 } |
meillo@166 | 45 |
meillo@167 | 46 |