X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Ftitle.tex;h=29e25cb24d02e74decf572dea60806371b413bd5;hp=63d6ac038b404b151256526a1fa4b0106033f7de;hb=880f5be6425028cf9a0c07143f62cce0a82ea6bd;hpb=aab931b08ae2d42247d7787582a0e5c4bc14dc7a diff --git a/common/title.tex b/common/title.tex index 63d6ac0..29e25cb 100644 --- a/common/title.tex +++ b/common/title.tex @@ -1,7 +1,37 @@ +% Cover sheet with full logo, +% realized with 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 +\thispagestyle{empty} + %\providecommand{\HUGE}{\Huge}% if not using memoir \newlength{\drop}% for my convenience + %% specify the Webomints family %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}} %% select a (FontSite) font by its font family ID @@ -12,6 +42,7 @@ \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont} %% Generic publisher’s logo \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}} + %% Some shades \definecolor{Dark}{gray}{0.2} \definecolor{MedDark}{gray}{0.4} @@ -20,24 +51,28 @@ %%%% Additional font series macros \newcommand*{\titleLL}{\begingroup% Lost Languages -\drop=0.1\textheight -\fboxsep 0.5\baselineskip -\sffamily +\drop=0.085\textheight +\fboxsep0.5\baselineskip\sffamily \vspace*{\drop} \centering -{\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par -\vspace{0.5\drop} +\Large\textbf{Video editing for ambitious users}\par +% +\vspace*{2\baselineskip} +{\textcolor{Dark}{\HUGE\textbf{\CGGI}}}\par +\vspace*{0.3\baselineskip} +{\textcolor{Dark}{\large\textbf{% + The Comprehensive User Manual}}}\par +% +\vspace{3\baselineskip} +{\Large\today}\par +\vspace{7.5\baselineskip} {\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par -\vspace{0.5\drop} -\colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large -User Manual}}\par -\vspace{0.3\drop} -{\Large Last update}\\ -{\footnotesize \today}\\ -\url{https://www.cinelerra-gg.org}\par -\vspace*{\drop} -{\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par +\href{https://www.cinelerra-gg.org}{https://www.cinelerra-gg.org}\par \endgroup} +\titleLL % use cutom title -\titleLL % use cutom title +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../CinelerraGG_Manual" +%%% End: