X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FAnamorphic_title.tex;fp=parts%2FAnamorphic_title.tex;h=2f439b1007f918b1dff680dc8efee4630dc33193;hp=0000000000000000000000000000000000000000;hb=fb7369e6b5f670d1b1ebaffa08f3c2e4bb053a61;hpb=7df425064fa7e3e2f6cb95da231e007a24cc69f1 diff --git a/parts/Anamorphic_title.tex b/parts/Anamorphic_title.tex new file mode 100644 index 0000000..2f439b1 --- /dev/null +++ b/parts/Anamorphic_title.tex @@ -0,0 +1,55 @@ +% ================================================================ +% Page 1 -- Title page definition +% +\thispagestyle{empty} +%\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 +\newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont} +%% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{} +%% or use your own choice of family. +%% select a (TeX Font) font by its font family ID +\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} +\definecolor{Medium}{gray}{0.6} +\definecolor{Light}{gray}{0.8} +%%%% Additional font series macros + +\newcommand*{\titleLL}{\begingroup% Lost Languages +\drop=0.085\textheight +\fboxsep0.5\baselineskip\sffamily +\vspace*{\drop} +\begingroup +\centering +\HUGE\textbf{Personal Video Archiving - Anamorphic, Sar, Dar, and Par}\par +% +\endgroup +\vspace*{2\baselineskip} +\vspace*{0.3\baselineskip} +{\textcolor{Dark}{\large\textbf{% + Aspect Ratio and Anamorphic with Sar, Dar, and Par infromation and uses.}}}\par +% +\centering +\vspace{8\baselineskip} +{\textcolor{Dark}{\large\textbf{{% + Author - Andrea Paz}}}}\par +% +{\textcolor{Dark}{\large\today}}\par +\endgroup} +\titleLL % use cutom title +\clearpage + +\bigskip% + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../Anamorphic and Aspect Ratio" +%%% End: