Add tex files and images
[goodguy/cin-manual-latex.git] / common / packages.tex
1
2 \usepackage{cmap}
3 \usepackage[T2A]{fontenc}
4 \usepackage[utf8]{inputenc}  % file encoding
5 \usepackage[english]{babel}  % default language for document
6 \usepackage{
7     amssymb,
8     amsfonts,
9     mathtools,
10     mathtext,
11     cite,
12     enumerate,
13     float,
14     textcomp
15 } % some packages 
16 %\usepackage[font={small}]{caption}
17 \usepackage{hhline}        % beautiful links
18 \usepackage{hyperref}      % beautiful links
19 \usepackage{pdflscape}     % landscape pages
20 \usepackage{longtable}     % longtable support
21 \usepackage{multirow}      % vertical cell in table
22 \usepackage{bigstrut}      % big strut
23 \usepackage{array}         % additional cell aligh
24 \usepackage{indentfirst}   % first line indent
25 \usepackage{gensymb}       % symbols
26
27 %\usepackage[nottoc]{tocbibind} %  do we need bibliography in toc
28 %----------------------------------------------
29 %\usepackage{mhchem}        
30 %===============  Font for tables  ============
31 \let\oldtabular\tabular
32 \renewcommand{\tabular}{\small\oldtabular}
33 \hypersetup{colorlinks=true,
34     linkcolor=blue,
35     citecolor=blue, 
36     filecolor=blue, 
37     urlcolor=blue, 
38     pdftitle={Cinelerra GG Infinity Manual}, 
39     pdfauthor={Cinelerra Authors},
40     pdfsubject={Video Editing}, 
41     pdfkeywords={Cinelerra, Good Guy}
42 } % pdf properties
43 \usepackage[pdftex]{graphicx}   % do we need some figures in our pdf 
44 \graphicspath{{images/}}        % path to images
45 %% drawing package
46 \usepackage{tikz}
47 %----------------------------------------------------------------------
48 \usepackage{listings}               % include code 
49 \lstset{                            % begin settings
50   %language=R,                      % the language of the code
51   inputencoding=utf8,
52   basicstyle=\footnotesize,         % the size of the fonts that are used for the code
53   numbers=left,                     % where to put the line-numbers
54   numberstyle=\tiny\color{black},   % the style that is used for the line-numbers
55   stepnumber=1,                     % the step between two line-numbers. If it's 1, each line
56                                     % will be numbered
57   numbersep=5pt,                    % how far the line-numbers are from the code
58   %backgroundcolor=\color{white},   % choose the background color. You must add \usepackage{color}
59   showspaces=false,                 % show spaces adding particular underscores
60   showstringspaces=false,           % underline spaces within strings
61   showtabs=false,                   % show tabs within strings adding particular underscores
62   frame=lines,                      % adds a frame around the code
63   %frame=single,                    % adds a frame around the code
64   rulecolor=\color{black},          % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. commens (green here))
65   tabsize=2,                        % sets default tabsize to 2 spaces
66   captionpos=b,                     % sets the caption-position to bottom
67   breaklines=true,                  % sets automatic line breaking
68   breakatwhitespace=false,          % sets if automatic breaks should only happen at whitespace
69   title=\lstname,                   % show the filename of files included with \lstinputlisting;
70                                     % also try caption instead of title
71   keywordstyle=\color{blue},        % keyword style
72   commentstyle=\color{gray},        % comment style
73   stringstyle=\color{black},        % string literal style
74   %backgroundcolor=\color{green!10},
75   escapeinside={\%*}{*)},           % if you want to add a comment within your code
76   extendedchars=\true,
77   %keepspaces = true                %!!!! spaces in comments
78   texcl=true,
79   morekeywords={*,...}            % if you want to add more keywords to the set
80 }
81 %======================геометрия полей
82 \usepackage{geometry} % Меняем поля страницы
83 \geometry{left=2.0cm}% левое поле
84 \geometry{right=2.0cm}% правое поле
85 \geometry{top=2.0cm}% верхнее поле
86 \geometry{bottom=1.0cm}% нижнее поле
87 \parindent=1.0cm %красная срока
88 \righthyphenmin=2 %разрешить перенос 2-х последних букв
89 %---------------------------------------------------------------------------
90 \makeatletter
91 \renewcommand{\@biblabel}[1]{#1.}
92 %---------------------------------------------------------------
93
94 % Title page definition
95 %\providecommand{\HUGE}{\Huge}% if not using memoir
96 \newlength{\drop}% for my convenience
97 %% specify the Webomints family
98 %\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
99 %% select a (FontSite) font by its font family ID
100 \newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
101 %% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
102 %% or use your own choice of family.
103 %% select a (TeX Font) font by its font family ID
104 \newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
105 %% Generic publisher’s logo
106 \newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
107 %% Some shades
108 \definecolor{Dark}{gray}{0.2}
109 \definecolor{MedDark}{gray}{0.4}
110 \definecolor{Medium}{gray}{0.6}
111 \definecolor{Light}{gray}{0.8}
112 %%%% Additional font series macros
113
114 \newcommand*{\titleLL}{\begingroup% Lost Languages
115 \drop=0.1\textheight
116 \fboxsep 0.5\baselineskip
117 \sffamily
118 \vspace*{\drop}
119 \centering
120 {\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par
121 \vspace{0.5\drop}
122 {\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
123 \vspace{0.5\drop}
124 \colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large
125 User Manual}}\par
126 \vspace{0.3\drop}
127 {\Large Last update}\\
128 {\footnotesize \today}\\
129 \url{https://www.cinelerra-gg.org}\par
130 \vspace*{\drop}
131 {\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par
132 \endgroup}
133