5bece87fdf4c985413523cf095d488d3693b77c4
[goodguy/cin-manual-latex.git] / common / title.tex
1 % ================================================================
2 % Page 1 -- Cover sheet with full logo,
3 % realized with eso-pic as background image.
4 %
5 \thispagestyle{empty}
6 \newcommand\CinBackgroundLogo{%
7    \put(0,0){%
8      \parbox[b][\paperheight]{\paperwidth}{%
9        \vfill
10        \centering
11        \includegraphics[width=\paperwidth,%
12         height=\paperheight]{cin-big.png}% ,keepaspectratio
13        \vfill
14      }}}
15
16 % Use the logo
17 \AddToShipoutPicture{\CinBackgroundLogo}
18
19 % Place the title over the "black hole".
20 % The position must be set appropriately.
21 \vspace*{14.5cm}
22 \begin{minipage}[t]{80mm}
23   \textcolor{CinBlue}{\textsf{\Huge{The Comprehensive}}}\\[1em]
24   \textcolor{CinBlue}{\textsf{\Huge{\textbf{User Manual}}}}
25 \end{minipage}
26
27 \clearpage
28 % Remove the logo
29 \ClearShipoutPicture%
30
31
32 % ================================================================
33 % Page 2 -- Title page definition
34 %
35 \thispagestyle{empty}
36
37 %\providecommand{\HUGE}{\Huge}% if not using memoir
38 \newlength{\drop}% for my convenience
39
40 %% specify the Webomints family
41 %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
42 %% select a (FontSite) font by its font family ID
43 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
44 %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
45 %% or use your own choice of family.
46 %% select a (TeX Font) font by its font family ID
47 \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
48 %% Generic publisher’s logo
49 \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
50
51 %% Some shades
52 \definecolor{Dark}{gray}{0.2}
53 \definecolor{MedDark}{gray}{0.4}
54 \definecolor{Medium}{gray}{0.6}
55 \definecolor{Light}{gray}{0.8}
56 %%%% Additional font series macros
57
58 \newcommand*{\titleLL}{\begingroup% Lost Languages
59 \drop=0.085\textheight
60 \fboxsep0.5\baselineskip\sffamily
61 \vspace*{\drop}
62 \centering
63 \Large\textbf{Video editing for ambitious users}\par
64 %
65 \vspace*{2\baselineskip}
66 {\textcolor{Dark}{\HUGE\textbf{\CGGI}}}\par
67 \vspace*{0.3\baselineskip}
68 {\textcolor{Dark}{\large\textbf{%
69       The Comprehensive User Manual}}}\par
70 %
71 \vspace{3\baselineskip}
72 {\Large\today}\par
73 \vspace{7.5\baselineskip}
74 {\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
75 \href{https://www.cinelerra-gg.org}{https://www.cinelerra-gg.org}\par
76 \endgroup}
77 \titleLL % use cutom title
78 \clearpage
79
80 % ================================================================
81 % Page 3 -- Imprint
82 %
83 \begingroup % imprint
84 \setlength{\parskip}{0.4\baselineskip}
85 \subsection*{\sffamily\CGG{} -- The Comprehensive User Manual}
86 \label{sec:Impressum}
87 %
88 % In various countries, various details are mandatory in every
89 % book. Translators should pay attention to this if necessary.
90 % German entries are mandatory: Real name and address of the
91 % author/rights holder.
92 % The following is an example that needs to be adapted to the
93 % respective conditions.
94 %
95 Maintained and published by Phyllis Smith\\[+1.2em]
96 Copyright~\copyright{} 2020 The \CGG{} Community\par
97 Please report errors in the book to our \href{https://www.cinelerra-gg.org/bugtracker/}{bug tracker} or the \href{https://www.cinelerra-gg.org/forum/}{user forum}\par
98 % Contributing authors: \textsc{Phyllis Smith, Andrea Paz, Andrey}\par
99 Graphic cover page: \textsc{Sam}, License
100 \textsc{\href{https://creativecommons.org/licenses/by/3.0/}{CC\,BY\,3.0}}\par
101 Cover design: The \CGG{} Community\par
102 Illustrations: The \CGG{} Community%, for individual proofs, if different, see list of figures% \par
103 % Translation: Translator
104 \bigskip%
105
106 \footnotesize
107 \subsubsection*{\sffamily{}Legal information}
108 \label{sec:Legal-information}
109 At this point, the express reference to the licence under which this
110 manual is published could be entered.
111
112 \subsubsection*{\sffamily{}Disclaimer}
113 \label{sec:Disclaimer}
114 %
115 % Caution, in some countries a disclaimer often does
116 % more harm than good.
117 %
118 In this capacity, the author of this manual is not responsible for
119 the function or errors of the software described in this
120 manual. Great care has been taken in the creation of texts and
121 illustrations. Nevertheless, errors cannot be completely
122 excluded.\par
123 However, the author cannot assume any legal responsibility or
124 liability for incorrect information and its consequences. The author
125 is grateful for suggestions for improvement and information on
126 errors.
127
128 \subsubsection*{\sffamily{}Trademarks}
129 \label{sec:Warenzeichen}
130 In this manual, trade names are used without the guarantee of free
131 usability and without special marking. However, it can be assumed
132 that many of the trade names are registered trade names or are to be
133 regarded as such at the same time.
134
135 \subsubsection*{\sffamily{}Links}
136 \label{sec:Link-liability}
137 Many links in this PDF are active. If the pointer points to a link,
138 your PDF reader should additionally display the actual destination
139 address. This way you can check if the target matches the link
140 description before clicking.
141 \endgroup % imprint
142
143 %%% Local Variables:
144 %%% mode: latex
145 %%% TeX-master: "../CinelerraGG_Manual"
146 %%% End: