3 \usepackage[T2A]{fontenc}
4 \usepackage[utf8]{inputenc} % file encoding
5 \usepackage{substitutefont} % so we can use fonts other than those specified in babel
6 \usepackage[english]{babel} % default language for document
7 \usepackage[scaled=0.925]{XCharter} % Подключение русифицированных шрифтов XCharter
8 \usepackage[bitstream-charter]{mathdesign} % Согласование математических шрифтов
19 \usepackage[font={small},textfont=it]{caption}
20 \usepackage{hhline} % beautiful links
21 \PassOptionsToPackage{hyphens}{url}
22 \usepackage{hyperref} % beautiful links
23 \usepackage{pdflscape} % landscape pages
24 \usepackage{longtable} % longtable support
25 \usepackage{multirow} % vertical cell in table
26 \usepackage{bigstrut} % big strut
27 \usepackage{array} % additional cell aligh
28 \usepackage{indentfirst} % first line indent
29 \usepackage{gensymb} % symbols
31 %\usepackage[nottoc]{tocbibind} % do we need bibliography in toc
32 %----------------------------------------------
34 %=============== Font for tables ============
35 %\let\oldtabular\tabular
36 %\renewcommand{\tabular}{\small\oldtabular}
38 \hypersetup{colorlinks=true,
43 pdftitle={Cinelerra GG Infinity Manual},
44 pdfauthor={Cinelerra Authors},
45 pdfsubject={Video Editing},
46 pdfkeywords={Cinelerra, Good Guy}
48 \usepackage[pdftex]{graphicx} % do we need some figures in our pdf
49 \graphicspath{{images/}} % path to images
50 \usepackage{tikz} % drawing package
51 \usepackage{nameref} % use \nameref{} to set reference to chapter neme.
53 %----------------------------------------------------------------------
54 \usepackage{listings} % include code
55 \lstset{ % begin settings
56 %language=R, % the language of the code
58 basicstyle=\ttfamily\footnotesize, % the size of the fonts that are used for the code
59 numbers=left, % where to put the line-numbers
60 numberstyle=\tiny\color{black}, % the style that is used for the line-numbers
61 stepnumber=1, % the step between two line-numbers. If it's 1, each line
63 numbersep=5pt, % how far the line-numbers are from the code
64 %backgroundcolor=\color{white}, % choose the background color. You must add \usepackage{color}
65 showspaces=false, % show spaces adding particular underscores
66 showstringspaces=false, % underline spaces within strings
67 showtabs=false, % show tabs within strings adding particular underscores
68 frame=lines, % adds a frame around the code
69 %frame=single, % adds a frame around the code
70 rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. commens (green here))
71 tabsize=2, % sets default tabsize to 2 spaces
72 captionpos=b, % sets the caption-position to bottom
73 breaklines=true, % sets automatic line breaking
74 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
75 title=\lstname, % show the filename of files included with \lstinputlisting;
76 % also try caption instead of title
77 keywordstyle=\color{blue}, % keyword style
78 commentstyle=\color{gray}, % comment style
79 stringstyle=\color{black}, % string literal style
80 %backgroundcolor=\color{green!10},
81 escapeinside={\%*}{*)}, % if you want to add a comment within your code
83 %keepspaces = true %!!!! spaces in comments
85 postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
86 morekeywords={*,...} % if you want to add more keywords to the set
88 %---------------------------------------------------------------------------
90 \renewcommand{\@biblabel}[1]{#1.}
91 %---------------------------------------------------------------
93 \usetikzlibrary{ % Libraries for TiKz
99 \usepackage{wrapfig} % Wrapping figures
101 \usepackage{enumitem} % custom lists
103 \usepackage[colorinlistoftodos,textsize=tiny]{todonotes} % todo package
104 \setlength{\marginparwidth}{2.0cm} % fix left margin for todo
106 \usepackage{scrextend}
107 \usepackage{enumitem}
109 %\usepackage{tocvsec2}
110 \usepackage[intoc]{nomencl} % glossary package
111 \makenomenclature % make glossary
114 \usepackage{calc} % in conjunction with longtable
115 %\input{common/settings.tex}