add Andrea new images + add Olaf formatting improvements
[goodguy/cin-manual-latex.git] / common / title.tex
index 2092ad7a56cb5cf3a8ae0abd6d915e956dbd5600..956c5dd8e948df8e25e74321f6da221f8c77ab01 100644 (file)
 
 \clearpage
 % Remove the logo
-\ClearShipoutPicture
+\ClearShipoutPicture%
+\thispagestyle{empty}
 
 % Title page definition
+
 %\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
@@ -39,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}
 %%%% Additional font series macros
 
 \newcommand*{\titleLL}{\begingroup% Lost Languages
-\drop=0.1\textheight
-\fboxsep 0.5\baselineskip
-\sffamily
-%\vspace*{\drop}
+\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
 
+
 %%% Local Variables:
 %%% mode: latex
 %%% TeX-master: "../CinelerraGG_Manual"