X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Ftitle.tex;h=2092ad7a56cb5cf3a8ae0abd6d915e956dbd5600;hp=63d6ac038b404b151256526a1fa4b0106033f7de;hb=9d3f047517bbc123a83caa720d0bb02dd1e14a7d;hpb=aab931b08ae2d42247d7787582a0e5c4bc14dc7a diff --git a/common/title.tex b/common/title.tex index 63d6ac0..2092ad7 100644 --- a/common/title.tex +++ b/common/title.tex @@ -1,3 +1,30 @@ +% 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} +\begin{minipage}[t]{80mm} + \textcolor{CinBlue}{\textsf{\Huge{The Comprehensive}}}\\[1em] + \textcolor{CinBlue}{\textsf{\Huge{\textbf{User Manual}}}} +\end{minipage} + +\clearpage +% Remove the logo +\ClearShipoutPicture % Title page definition %\providecommand{\HUGE}{\Huge}% if not using memoir @@ -23,7 +50,7 @@ \drop=0.1\textheight \fboxsep 0.5\baselineskip \sffamily -\vspace*{\drop} +%\vspace*{\drop} \centering {\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par \vspace{0.5\drop} @@ -41,3 +68,8 @@ User Manual}}\par \titleLL % use cutom title + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../CinelerraGG_Manual" +%%% End: