63d6ac038b404b151256526a1fa4b0106033f7de
[goodguy/cin-manual-latex.git] / common / title.tex
1
2 % Title page definition
3 %\providecommand{\HUGE}{\Huge}% if not using memoir
4 \newlength{\drop}% for my convenience
5 %% specify the Webomints family
6 %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
7 %% select a (FontSite) font by its font family ID
8 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
9 %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
10 %% or use your own choice of family.
11 %% select a (TeX Font) font by its font family ID
12 \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
13 %% Generic publisher’s logo
14 \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
15 %% Some shades
16 \definecolor{Dark}{gray}{0.2}
17 \definecolor{MedDark}{gray}{0.4}
18 \definecolor{Medium}{gray}{0.6}
19 \definecolor{Light}{gray}{0.8}
20 %%%% Additional font series macros
21
22 \newcommand*{\titleLL}{\begingroup% Lost Languages
23 \drop=0.1\textheight
24 \fboxsep 0.5\baselineskip
25 \sffamily
26 \vspace*{\drop}
27 \centering
28 {\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par
29 \vspace{0.5\drop}
30 {\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
31 \vspace{0.5\drop}
32 \colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large
33 User Manual}}\par
34 \vspace{0.3\drop}
35 {\Large Last update}\\
36 {\footnotesize \today}\\
37 \url{https://www.cinelerra-gg.org}\par
38 \vspace*{\drop}
39 {\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par
40 \endgroup}
41
42
43 \titleLL % use cutom title