Mercurial > docs > diploma
changeset 169:fa086dbbdf10
split cover from main document
author | meillo@marmaro.de |
---|---|
date | Fri, 19 Dec 2008 23:35:38 +0100 |
parents | f4efc8bf2909 |
children | 204683bfb4e7 |
files | thesis/Makefile thesis/cover.tex thesis/thesis.tex |
diffstat | 3 files changed, 28 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/thesis/Makefile Fri Dec 19 23:35:05 2008 +0100 +++ b/thesis/Makefile Fri Dec 19 23:35:38 2008 +0100 @@ -1,6 +1,7 @@ # makefile using `latexmk' DOC=thesis +COVER=cover all: pdf @@ -17,4 +18,7 @@ latexmk -c rm web.* -.PHONY: pdf view watch clean +cover: + latexmk -pdf $(COVER) + +.PHONY: pdf view watch clean cover
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/cover.tex Fri Dec 19 23:35:38 2008 +0100 @@ -0,0 +1,23 @@ +\documentclass[a4paper,twoside,openright]{report} +\usepackage{thesis} + +\begin{document} +\pagestyle{empty} + +\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} + +\end{document}