Finish Introduction part, add nameref package.
[goodguy/cin-manual-latex.git] / common / packages.tex
index 4cead997cb0358294b2c3fa5f234e9e9d241cafc..d12abd0caabe1636e2084e5937b2823cbe1d4e6a 100644 (file)
@@ -1,8 +1,8 @@
 
 \usepackage{cmap}
 \usepackage[T2A]{fontenc}
 
 \usepackage{cmap}
 \usepackage[T2A]{fontenc}
-\usepackage[utf8]{inputenc}  % file encoding
-\usepackage[english]{babel}  % default language for document
+\usepackage[utf8]{inputenc}         % file encoding
+\usepackage[english]{babel}         % default language for document
 \usepackage{
     amssymb,
     amsfonts,
 \usepackage{
     amssymb,
     amsfonts,
     enumerate,
     float,
     textcomp
     enumerate,
     float,
     textcomp
-} % some packages 
+}                                   % some packages 
 %\usepackage[font={small}]{caption}
 %\usepackage[font={small}]{caption}
-\usepackage{hhline}        % beautiful links
-\usepackage{hyperref}      % beautiful links
-\usepackage{pdflscape}     % landscape pages
-\usepackage{longtable}     % longtable support
-\usepackage{multirow}      % vertical cell in table
-\usepackage{bigstrut}      % big strut
-\usepackage{array}         % additional cell aligh
-\usepackage{indentfirst}   % first line indent
-\usepackage{gensymb}       % symbols
+\usepackage{hhline}                 % beautiful links
+\usepackage{hyperref}               % beautiful links
+\usepackage{pdflscape}              % landscape pages
+\usepackage{longtable}              % longtable support
+\usepackage{multirow}               % vertical cell in table
+\usepackage{bigstrut}               % big strut
+\usepackage{array}                  % additional cell aligh
+\usepackage{indentfirst}            % first line indent
+\usepackage{gensymb}                % symbols
 
 %\usepackage[nottoc]{tocbibind} %  do we need bibliography in toc
 %----------------------------------------------
 
 %\usepackage[nottoc]{tocbibind} %  do we need bibliography in toc
 %----------------------------------------------
     pdfsubject={Video Editing}, 
     pdfkeywords={Cinelerra, Good Guy}
 } % pdf properties
     pdfsubject={Video Editing}, 
     pdfkeywords={Cinelerra, Good Guy}
 } % pdf properties
-\usepackage[pdftex]{graphicx}   % do we need some figures in our pdf 
-\graphicspath{{images/}}        % path to images
-%% drawing package
-\usepackage{tikz}
+\usepackage[pdftex]{graphicx}       % do we need some figures in our pdf 
+\graphicspath{{images/}}            % path to images
+\usepackage{tikz}                   % drawing package
+\usepackage{nameref}                % use \nameref{} to set reference to chapter neme.
+
 %----------------------------------------------------------------------
 \usepackage{listings}               % include code 
 \lstset{                            % begin settings
 %----------------------------------------------------------------------
 \usepackage{listings}               % include code 
 \lstset{                            % begin settings
   extendedchars=\true,
   %keepspaces = true                %!!!! spaces in comments
   texcl=true,
   extendedchars=\true,
   %keepspaces = true                %!!!! spaces in comments
   texcl=true,
-  morekeywords={*,...}            % if you want to add more keywords to the set
+  morekeywords={*,...}              % if you want to add more keywords to the set
 }
 %======================геометрия полей
 }
 %======================геометрия полей
-\usepackage{geometry} % Меняем поля страницы
-\geometry{left=2.0cm}% левое поле
-\geometry{right=2.0cm}% правое поле
-\geometry{top=2.0cm}% верхнее поле
-\geometry{bottom=1.5cm}% нижнее поле
-\parindent=1.0cm %красная срока
-\righthyphenmin=2 %разрешить перенос 2-х последних букв
+\usepackage{geometry}               % page geometry
+\geometry{left=2.0cm}
+\geometry{right=2.0cm}
+\geometry{top=2.0cm}
+\geometry{bottom=1.5cm}
+\parindent=1.0cm                    % first indent in section
+\righthyphenmin=2                   % hyphen last charecter
 %---------------------------------------------------------------------------
 \makeatletter
 \renewcommand{\@biblabel}[1]{#1.}
 %---------------------------------------------------------------------------
 \makeatletter
 \renewcommand{\@biblabel}[1]{#1.}