add Olaf Workmark
[goodguy/cin-manual-latex.git] / common / title.tex
1 % Cover sheet with full logo, realized
2 % whith 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 \definecolor{CinBlue}{RGB}{35,134,220}
21 \begin{minipage}[t]{80mm}
22   \textcolor{CinBlue}{\textsf{\Huge{The Comprehensive}}}\\[1em]
23   \textcolor{CinBlue}{\textsf{\Huge{\textbf{User Manual}}}}
24 \end{minipage}
25
26 \clearpage
27 % Remove the logo
28 \ClearShipoutPicture
29
30 % Title page definition
31 %\providecommand{\HUGE}{\Huge}% if not using memoir
32 \newlength{\drop}% for my convenience
33 %% specify the Webomints family
34 %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
35 %% select a (FontSite) font by its font family ID
36 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
37 %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
38 %% or use your own choice of family.
39 %% select a (TeX Font) font by its font family ID
40 \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
41 %% Generic publisher’s logo
42 \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
43 %% Some shades
44 \definecolor{Dark}{gray}{0.2}
45 \definecolor{MedDark}{gray}{0.4}
46 \definecolor{Medium}{gray}{0.6}
47 \definecolor{Light}{gray}{0.8}
48 %%%% Additional font series macros
49
50 \newcommand*{\titleLL}{\begingroup% Lost Languages
51 \drop=0.1\textheight
52 \fboxsep 0.5\baselineskip
53 \sffamily
54 %\vspace*{\drop}
55 \centering
56 {\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par
57 \vspace{0.5\drop}
58 {\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
59 \vspace{0.5\drop}
60 \colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large
61 User Manual}}\par
62 \vspace{0.3\drop}
63 {\Large Last update}\\
64 {\footnotesize \today}\\
65 \url{https://www.cinelerra-gg.org}\par
66 \vspace*{\drop}
67 {\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par
68 \endgroup}
69
70
71 \titleLL % use cutom title