29e25cb24d02e74decf572dea60806371b413bd5
[goodguy/cin-manual-latex.git] / common / title.tex
1 % Cover sheet with full logo,
2 % realized with eso-pic as background image.
3 \thispagestyle{empty}
4 \newcommand\CinBackgroundLogo{%
5    \put(0,0){%
6      \parbox[b][\paperheight]{\paperwidth}{%
7        \vfill
8        \centering
9        \includegraphics[width=\paperwidth,%
10         height=\paperheight]{cin-big.png}% ,keepaspectratio
11        \vfill
12      }}}
13
14 % Use the logo
15 \AddToShipoutPicture{\CinBackgroundLogo}
16
17 % Place the title over the "black hole".
18 % The position must be set appropriately.
19 \vspace*{14.5cm}
20 \begin{minipage}[t]{80mm}
21   \textcolor{CinBlue}{\textsf{\Huge{The Comprehensive}}}\\[1em]
22   \textcolor{CinBlue}{\textsf{\Huge{\textbf{User Manual}}}}
23 \end{minipage}
24
25 \clearpage
26 % Remove the logo
27 \ClearShipoutPicture%
28
29 % Title page definition
30 \thispagestyle{empty}
31
32 %\providecommand{\HUGE}{\Huge}% if not using memoir
33 \newlength{\drop}% for my convenience
34
35 %% specify the Webomints family
36 %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
37 %% select a (FontSite) font by its font family ID
38 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
39 %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
40 %% or use your own choice of family.
41 %% select a (TeX Font) font by its font family ID
42 \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
43 %% Generic publisher’s logo
44 \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
45
46 %% Some shades
47 \definecolor{Dark}{gray}{0.2}
48 \definecolor{MedDark}{gray}{0.4}
49 \definecolor{Medium}{gray}{0.6}
50 \definecolor{Light}{gray}{0.8}
51 %%%% Additional font series macros
52
53 \newcommand*{\titleLL}{\begingroup% Lost Languages
54 \drop=0.085\textheight
55 \fboxsep0.5\baselineskip\sffamily
56 \vspace*{\drop}
57 \centering
58 \Large\textbf{Video editing for ambitious users}\par
59 %
60 \vspace*{2\baselineskip}
61 {\textcolor{Dark}{\HUGE\textbf{\CGGI}}}\par
62 \vspace*{0.3\baselineskip}
63 {\textcolor{Dark}{\large\textbf{%
64       The Comprehensive User Manual}}}\par
65 %
66 \vspace{3\baselineskip}
67 {\Large\today}\par
68 \vspace{7.5\baselineskip}
69 {\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
70 \href{https://www.cinelerra-gg.org}{https://www.cinelerra-gg.org}\par
71 \endgroup}
72 \titleLL % use cutom title
73
74
75 %%% Local Variables:
76 %%% mode: latex
77 %%% TeX-master: "../CinelerraGG_Manual"
78 %%% End: