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 diff
1.1 --- a/thesis/Makefile Fri Dec 19 23:35:05 2008 +0100 1.2 +++ b/thesis/Makefile Fri Dec 19 23:35:38 2008 +0100 1.3 @@ -1,6 +1,7 @@ 1.4 # makefile using `latexmk' 1.5 1.6 DOC=thesis 1.7 +COVER=cover 1.8 1.9 all: pdf 1.10 1.11 @@ -17,4 +18,7 @@ 1.12 latexmk -c 1.13 rm web.* 1.14 1.15 -.PHONY: pdf view watch clean 1.16 +cover: 1.17 + latexmk -pdf $(COVER) 1.18 + 1.19 +.PHONY: pdf view watch clean cover
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/thesis/cover.tex Fri Dec 19 23:35:38 2008 +0100 2.3 @@ -0,0 +1,23 @@ 2.4 +\documentclass[a4paper,twoside,openright]{report} 2.5 +\usepackage{thesis} 2.6 + 2.7 +\begin{document} 2.8 +\pagestyle{empty} 2.9 + 2.10 +\vspace*{42ex} 2.11 + 2.12 +\begin{center} 2.13 + \textbf{\Huge masqmail} 2.14 + 2.15 + {\large a mail tranfer agent for workstations and small networks } 2.16 +\end{center} 2.17 + 2.18 +\vspace*{12ex} 2.19 +\centerline{Markus \textsc{Schnalke}} 2.20 +\vfill 2.21 + 2.22 +\textbf{Diploma Thesis} 2.23 + 2.24 +\makebox[\textwidth][s]{Course \emph{Business Information Systems}, University of Applied Sciences Ulm, 2009} 2.25 + 2.26 +\end{document}