sge corrections for Motion plugin
[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 This manual adheres to the GNU FDL (GFDL) copyleft license for free documentation,
110 designed by the Free Software Foundation (FSF) for the GNU Project. It provides the
111 rights to copy, redistribute, and modify (except for ``variant sections'') a work
112 and requires all copies and derivatives to be available under the same license.
113 The GFDL was designed for manuals, textbooks, other reference and instructional
114 materials, and documentation which often accompanies GNU software. For more
115 detailed information please refer to
116 \href{https://www.gnu.org/licenses/fdl-1.3.en.html}{GNU Free Documentation License}
117
118 \subsubsection*{\sffamily{}Disclaimer}
119 \label{sec:Disclaimer}
120 %
121 % Caution, in some countries a disclaimer often does
122 % more harm than good.
123 %
124 In this capacity, the author of this manual is not responsible for
125 the function or errors of the software described in this
126 manual. Great care has been taken in the creation of texts and
127 illustrations. Nevertheless, errors cannot be completely
128 excluded.\par
129 However, the author cannot assume any legal responsibility or
130 liability for incorrect information and its consequences. The author
131 is grateful for suggestions for improvement and information on
132 errors.
133
134 \subsubsection*{\sffamily{}Trademarks}
135 \label{sec:Warenzeichen}
136 In this manual, trade names are used without the guarantee of free
137 usability and without special marking. However, it can be assumed
138 that many of the trade names are registered trade names or are to be
139 regarded as such at the same time.
140
141 \subsubsection*{\sffamily{}Links}
142 \label{sec:Link-liability}
143 Many links in this PDF are active. If the pointer points to a link,
144 your PDF reader should additionally display the actual destination
145 address. This way you can check if the target matches the link
146 description before clicking.
147 \endgroup % imprint
148
149 %%% Local Variables:
150 %%% mode: latex
151 %%% TeX-master: "../CinelerraGG_Manual"
152 %%% End: