diff --git a/common/packages.tex b/common/packages.tex index f2f9036..39a31f6 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -109,5 +109,5 @@ \usepackage{[tocvsec2} \usepackage[intoc]{nomencl} % glossary package \makenomenclature % make glossary - +\usepackage{eso-pic} \input{common/settings.tex} diff --git a/common/title.tex b/common/title.tex index cd46508..5a274e5 100644 --- a/common/title.tex +++ b/common/title.tex @@ -1,3 +1,31 @@ +% Cover sheet with full logo, realized +% whith eso-pic as background image. +\thispagestyle{empty} +\newcommand\CinBackgroundLogo{% + \put(0,0){% + \parbox[b][\paperheight]{\paperwidth}{% + \vfill + \centering + \includegraphics[width=\paperwidth,% + height=\paperheight]{cin-big.png}% ,keepaspectratio + \vfill + }}} + +% Use the logo +\AddToShipoutPicture{\CinBackgroundLogo} + +% Place the title over the "black hole". +% The position must be set appropriately. +\vspace*{14.5cm} +\definecolor{CinBlue}{RGB}{35,134,220} +\begin{minipage}[t]{80mm} + \textcolor{CinBlue}{\textsf{\Huge{Das komplette}}}\\[1em] + \textcolor{CinBlue}{\textsf{\Huge{\textbf{Anwenderhandbuch}}}} +\end{minipage} + +\clearpage +% Remove the logo +\ClearShipoutPicture % Title page definition %\providecommand{\HUGE}{\Huge}% if not using memoir