# HG changeset patch # User meillo@marmaro.de # Date 1230557556 -3600 # Node ID 84d27c22517c20dd4f178681347e325d1e30a686 # Parent 1611abd5443bf9a7b8cc8bc1ddf9d0ca38a2d003 (sadly) switched to onesided layout diff -r 1611abd5443b -r 84d27c22517c thesis/cover.tex --- a/thesis/cover.tex Mon Dec 29 14:06:50 2008 +0100 +++ b/thesis/cover.tex Mon Dec 29 14:32:36 2008 +0100 @@ -1,4 +1,4 @@ -\documentclass[a4paper,twoside,openright]{report} +\documentclass[a4paper]{report} \usepackage{thesis} \begin{document} diff -r 1611abd5443b -r 84d27c22517c thesis/tex/abstract.tex --- a/thesis/tex/abstract.tex Mon Dec 29 14:06:50 2008 +0100 +++ b/thesis/tex/abstract.tex Mon Dec 29 14:32:36 2008 +0100 @@ -1,4 +1,5 @@ -\vspace*{12ex} +\clearpage +\vspace*{6ex} \section*{\centering Abstract} @@ -10,7 +11,7 @@ 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. -\vspace*{12ex} +\vspace*{6ex} \section*{\centering Keywords} @@ -18,3 +19,17 @@ +\vfill + +\fbox{\parbox{\textwidth}{ \scriptsize\ttfamily + Copyright \copyright\ 2008,\,2009 by Markus Schnalke. + + 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. + Text editing was done using Vim, diagrams were generated with FIXME, and Mercurial was used for version control. +%FIXME: check programs used + + 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\,. + + Permission is hereby granted to copy and distribute this document in verbatim form. +}} + diff -r 1611abd5443b -r 84d27c22517c thesis/tex/cover.tex --- a/thesis/tex/cover.tex Mon Dec 29 14:06:50 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -\cleardoublepage - -\vspace*{42ex} - -\begin{center} - \textbf{\Huge masqmail} - - {\large a mail tranfer agent for workstations and small networks } -\end{center} - -\vspace*{12ex} -\centerline{Markus \textsc{Schnalke}} -\vfill - -\textbf{Diploma Thesis} - -\makebox[\textwidth][s]{Course \emph{Business Information Systems}, University of Applied Sciences Ulm, 2009} diff -r 1611abd5443b -r 84d27c22517c thesis/tex/pretitle.tex --- a/thesis/tex/pretitle.tex Mon Dec 29 14:06:50 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -\cleardoublepage - -\vspace*{42ex} -\begin{flushright} - \textbf{\LARGE masqmail}\,\\ - \textit{\large markus schnalke} -\end{flushright} - diff -r 1611abd5443b -r 84d27c22517c thesis/tex/titlepage.tex --- a/thesis/tex/titlepage.tex Mon Dec 29 14:06:50 2008 +0100 +++ b/thesis/tex/titlepage.tex Mon Dec 29 14:32:36 2008 +0100 @@ -25,22 +25,3 @@ \end{flushright} \end{titlepage} - - - -\clearpage -\quad -\vfill - -{\scriptsize\ttfamily - Copyright \copyright\ 2008,\,2009 by Markus Schnalke. - - 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. - Text editing was done using Vim, diagrams were generated with fixme, and Mercurial was used for version control. - - 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\,. - - Permission is hereby granted to copy and distribute this document in verbatim form. -} - - diff -r 1611abd5443b -r 84d27c22517c thesis/thesis.tex --- a/thesis/thesis.tex Mon Dec 29 14:06:50 2008 +0100 +++ b/thesis/thesis.tex Mon Dec 29 14:32:36 2008 +0100 @@ -3,7 +3,7 @@ % @author markus schnalke % @since 2008-09-16 -\documentclass[a4paper,twoside,openright]{report} +\documentclass[a4paper]{report} \usepackage{thesis} \title{diploma thesis about masqmail} @@ -14,9 +14,8 @@ \pagenumbering{roman} \pagestyle{empty} -\include{tex/pretitle} +\include{tex/titlepage} \include{tex/abstract} -\include{tex/titlepage} \include{tex/dedication} \cleardoublepage