Terje's work for Preserving Camcorder Media to Bluray
[goodguy/cin-manual-latex.git] / parts / Preserving_title.tex
1 % ================================================================
2 % Page 1 -- Title page definition
3 %
4 \thispagestyle{empty}
5 %\providecommand{\HUGE}{\Huge}% if not using memoir
6 \newlength{\drop}% for my convenience
7
8 %% specify the Webomints family
9 %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
10 %% select a (FontSite) font by its font family ID
11 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
12 %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
13 %% or use your own choice of family.
14 %% select a (TeX Font) font by its font family ID
15 \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
16 %% Generic publisher’s logo
17 \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
18
19 %% Some shades
20 \definecolor{Dark}{gray}{0.2}
21 \definecolor{MedDark}{gray}{0.4}
22 \definecolor{Medium}{gray}{0.6}
23 \definecolor{Light}{gray}{0.8}
24 %%%% Additional font series macros
25
26 \newcommand*{\titleLL}{\begingroup% Lost Languages
27 \drop=0.085\textheight
28 \fboxsep0.5\baselineskip\sffamily
29 \vspace*{\drop}
30 \begingroup
31 \centering
32 \HUGE\textbf{Personal Video Archiving - Preserving Your Analog and Digital Memories}\par
33 %
34 \endgroup
35 \vspace*{2\baselineskip}
36 \vspace*{0.3\baselineskip}
37 {\textcolor{Dark}{\large\textbf{%
38       Convert DV and HDV camcorder video formats to Blu-ray Video and burn it on Blu-ray disc using Linux tools. }}}\par
39 %
40 \centering
41 \vspace{8\baselineskip}
42 {\textcolor{Dark}{\large\textbf{{%
43       Author - Terje Hanssen}}}}\par
44 %
45 {\textcolor{Dark}{\large\today}}\par
46 \endgroup}
47 \titleLL % use cutom title
48 \clearpage
49
50 \bigskip%
51
52 %%% Local Variables:
53 %%% mode: latex
54 %%% TeX-master: "../Preserving_camcorder_to_bluray"
55 %%% End: