X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=common%2Fpackages.tex;h=e2290d98dbb9ebbb66ffba4703155b67e574b490;hp=da754677e2c6b37c80a5b849335e530950839e09;hb=623934d448708f38014e12302e50030ffd950ae0;hpb=6d635dc308f867e80855bea71873769de06d6f3e diff --git a/common/packages.tex b/common/packages.tex index da75467..e2290d9 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -31,8 +31,9 @@ %---------------------------------------------- %\usepackage{mhchem} %=============== Font for tables ============ -\let\oldtabular\tabular -\renewcommand{\tabular}{\small\oldtabular} +%\let\oldtabular\tabular +%\renewcommand{\tabular}{\small\oldtabular} + \hypersetup{colorlinks=true, linkcolor=blue, citecolor=blue, @@ -87,44 +88,15 @@ \makeatletter \renewcommand{\@biblabel}[1]{#1.} %--------------------------------------------------------------- +% +\usetikzlibrary{ % Libraries for TiKz + positioning, + arrows, + shapes, + shadows +} +\usepackage{wrapfig} % Wrapping figures -% Title page definition -%\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 +\usepackage{enumitem} -\newcommand*{\titleLL}{\begingroup% Lost Languages -\drop=0.1\textheight -\fboxsep 0.5\baselineskip -\sffamily -\vspace*{\drop} -\centering -{\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par -\vspace{0.5\drop} -{\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par -\vspace{0.5\drop} -\colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large -User Manual}}\par -\vspace{0.3\drop} -{\Large Last update}\\ -{\footnotesize \today}\\ -\url{https://www.cinelerra-gg.org}\par -\vspace*{\drop} -{\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par -\endgroup}