% 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 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont} %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{} %% or use your own choice of family. %% select a (TeX Font) font by its font family ID \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} \definecolor{Medium}{gray}{0.6} \definecolor{Light}{gray}{0.8} %%%% Additional font series macros \newcommand*{\titleLL}{\begingroup% Lost Languages \drop=0.085\textheight \fboxsep0.5\baselineskip\sffamily \vspace*{\drop} \centering \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 \href{https://www.cinelerra-gg.org}{https://www.cinelerra-gg.org}\par \endgroup} \titleLL % use cutom title %%% Local Variables: %%% mode: latex %%% TeX-master: "../CinelerraGG_Manual" %%% End: