\batchmode
\documentclass[a4paper,12pt,oneside,svgnames]{memoir}
\RequirePackage{ifthen}

 % paper size, font size and other options for document


\usepackage{cmap}
\usepackage[T1]{fontenc}  
                          % in the first 128 positions. This is an
                          \usepackage[utf8]{inputenc} 
\usepackage[english]{babel} 
\usepackage[bitstream-charter]{mathdesign} 
                                           % математических шрифтов
                                           

\usepackage{mathtools,mathtext,cite,enumerate,float,textcomp}


\usepackage[font={small},textfont=it]{caption}


\usepackage{hhline}                 
\PassOptionsToPackage{hyphens}{url}
\usepackage{hyperref}               


\usepackage{pdflscape}              
\usepackage{longtable}              
\usepackage{calc} 


\usepackage{multirow}               
\usepackage{bigstrut}               
\usepackage{array}                  
\usepackage{indentfirst}            
\usepackage{gensymb}                


\usepackage[pdftex]{graphicx}       
\graphicspath{{images/}}            % path to images
\usepackage{tikz}                   
\usepackage{nameref}                
\usepackage{geometry}               
\usepackage{listings}               
\makeatletter
%
\renewcommand{\@biblabel}[1]{#1.} % FIXME? Do not use @ in LaTeX macro names.
\usetikzlibrary{% Libraries for TiKz
    positioning,
    arrows,
    shapes,
    shadows
}
\usepackage{wrapfig}  
\usepackage{enumitem} 


\usepackage{scrextend}
\usepackage{enumitem}
\usepackage[intoc]{nomencl} 
\makenomenclature \usepackage{makeidx}
\makeindex


\usepackage{eso-pic}


\usepackage{html}
%
\renewcommand{\hyperref}[2][]{\hyperrefhyper[#1]{#2}}




\settypeblocksize{8.75in}{34pc}{*}


\definecolor{CinBlueText}{RGB}{23,85,142}% "Dark blue"
\definecolor{CinBlue}{RGB}{35,134,220}%    "Light blue"
\definecolor{CinRed}{RGB}{205,38,11}%      "negativ"
\definecolor{CinOrange}{RGB}{250,125,0}%   "neutral"
\definecolor{CinGreen}{RGB}{39,174,96}%    "positiv"
\definecolor{CinSilver}{RGB}{127,140,141}%
\definecolor{CinWhite}{RGB}{239,240,241}%
\definecolor{CinDarkGray}{RGB}{35,38,41}%


\makechapterstyle{morrow}{% requires graphicx package
  \chapterstyle{default}
  %
\renewcommand{\chapnamefont}{%
    \normalfont\Large\scshape\raggedleft\color{CinBlueText}}
  %
\renewcommand{\chapnumfont}{%
    \normalfont\Large\bfseries\sffamily\color{CinBlueText}}
  %
\renewcommand{\printchapternum}{%
    \normalfont\Large\bfseries\sffamily\color{CinBlueText}\resizebox{!}{3ex}{\thechapter}}
  %
\renewcommand{\afterchapternum}{% FIXME vskip?
    

\hspace{1.5cm}\hrule\vskip\midchapskip}
  %
\renewcommand{\chaptitlefont}{% Overwrites toc
    \normalfont\Huge\bfseries\sffamily\raggedleft\color{CinBlueText}}
}


\addtodef{\printpartname}{\color{CinBlueText}}{}% Part
\addtodef{\printchaptername}{\color{CinBlueText}}{}% Chapter
\setsecheadstyle{\Large\bfseries\color{CinBlueText}}% Section
\setsubsecheadstyle{\large\bfseries\color{CinBlueText}}% SubSection
\setsubsubsecheadstyle{\normalfont\bfseries\color{CinBlueText}}% SubSubSection
\setparaheadstyle{\normalfont\bfseries\color{CinBlueText}}% Paragraph
\setsubparaheadstyle{\normalfont\bfseries\color{CinBlueText}}% SubParagraph


\addtoiargdef{\printtoctitle}{\color{CinBlueText}}{} % If you just want the TOC title blue


\hypersetup{colorlinks=true,
  linkcolor=[named]{CinBlueText},
  citecolor=[named]{CinBlueText},
  filecolor=[named]{CinBlueText},
  urlcolor=[named]{CinBlueText},
  bookmarksnumbered=true,
  pdftitle={Cinelerra-GG -- The Comprehensive User Manual},
  pdfauthor={The Cinelerra-GG Community},
  pdfsubject={Video Editing},
  pdfkeywords={Cinelerra-GG, CGG, Cin5, Infinity, User Manual, Video
    editing system, Video editing program}
}


\lstset{% Common settings
  frame=single,
  framerule=0pt,
  framextopmargin=0.25ex,
  framexbottommargin=0.25ex,
  backgroundcolor=\color{CinWhite},
  basicstyle=\small,
  % No numbers by default. If required, activate explicitly in the
  numbers=none,
  numberstyle=\small\color{CinSilver},
  numbersep=1em,   % how far the line-numbers are from the code
  showspaces=false,
  showstringspaces=false,
  showtabs=false,
  %
  tabsize=2,
  breaklines=true, % sets automatic line breaking
  title=\lstname,  % show the filename of files included with
                   inputencoding=utf8,
  extendedchars=true,
  % Required for c&p (PDF -> Clipboard):
  columns=fullflexible,
  postbreak=\mbox{\textcolor{CinSilver}{$\hookrightarrow$}\ },
  keywordstyle=\color{CinDarkGray},
  commentstyle=\footnotesize\color{gray},
  stringstyle=\color{CinDarkGray},
  % Retains the characters as entered:
  literate={-}{-}1 {*}{*}1
}
\lstdefinestyle{sh}{%
  language=bash,
  morekeywords={cp,gdb,git,grep,make,mkdir,tee}
}
\lstdefinestyle{nil}{}


\parindent=0.0cm                    % first indent in section
\righthyphenmin=2                   % hyphen last charecter
\setsecnumdepth{subsubsection} 		% section numeration depth


\chapterstyle{morrow}


%
\renewcommand{\chapterheadstart}{}



\setlength{\cftfigurenumwidth}{4em}  % memoir class, more space between figure number and text.

\setlength{\cftsectionnumwidth}{2.7em}  % memoir class, more space between section number and text

\setlength{\cftsubsectionnumwidth}{4.2em}  % memoir class, more space between subsection number and text


%
\renewcommand{\nomname}{Glossary} % glossary name



\hyphenation{%
  plug-ins
  ex-pan-ders
} 




\graphicspath{{/proj/working/images/}}


\usepackage{xcolor}



\makeatletter

\makeatletter
\count@=\the\catcode`\_ \catcode`\_=8 
\newenvironment{tex2html_wrap}{}{}%
\catcode`\<=12\catcode`\_=\count@
\newcommand{\providedcommand}[1]{\expandafter\providecommand\csname #1\endcsname}%
\newcommand{\renewedcommand}[1]{\expandafter\providecommand\csname #1\endcsname{}%
  \expandafter\renewcommand\csname #1\endcsname}%
\newcommand{\newedenvironment}[1]{\newenvironment{#1}{}{}\renewenvironment{#1}}%
\let\newedcommand\renewedcommand
\let\renewedenvironment\newedenvironment
\makeatother
\let\mathon=$
\let\mathoff=$
\ifx\AtBeginDocument\undefined \newcommand{\AtBeginDocument}[1]{}\fi
\newbox\sizebox
\setlength{\hoffset}{0pt}\setlength{\voffset}{0pt}
\addtolength{\textheight}{\footskip}\setlength{\footskip}{0pt}
\addtolength{\textheight}{\topmargin}\setlength{\topmargin}{0pt}
\addtolength{\textheight}{\headheight}\setlength{\headheight}{0pt}
\addtolength{\textheight}{\headsep}\setlength{\headsep}{0pt}
\setlength{\textwidth}{451pt}
\setlength{\textheight}{554pt}
\newwrite\lthtmlwrite
\makeatletter
\let\realnormalsize=\normalsize
\global\topskip=2sp
\def\preveqno{}\let\real@float=\@float \let\realend@float=\end@float
\def\@float{\let\@savefreelist\@freelist\real@float}
\def\liih@math{\ifmmode$\else\bad@math\fi}
\def\end@float{\realend@float\global\let\@freelist\@savefreelist}
\let\real@dbflt=\@dbflt \let\end@dblfloat=\end@float
\let\@largefloatcheck=\relax
\let\if@boxedmulticols=\iftrue
\def\@dbflt{\let\@savefreelist\@freelist\real@dbflt}
\def\adjustnormalsize{\def\normalsize{\mathsurround=0pt \realnormalsize
 \parindent=0pt\abovedisplayskip=0pt\belowdisplayskip=0pt}%
 \def\phantompar{\csname par\endcsname}\normalsize}%
\def\lthtmltypeout#1{{\let\protect\string \immediate\write\lthtmlwrite{#1}}}%
\newcommand\lthtmlhboxmathA{\adjustnormalsize\setbox\sizebox=\hbox\bgroup\kern.05em }%
\newcommand\lthtmlhboxmathB{\adjustnormalsize\setbox\sizebox=\hbox to\hsize\bgroup\hfill }%
\newcommand\lthtmlvboxmathA{\adjustnormalsize\setbox\sizebox=\vbox\bgroup %
 \let\ifinner=\iffalse \let\)\liih@math }%
\newcommand\lthtmlboxmathZ{\@next\next\@currlist{}{\def\next{\voidb@x}}%
 \expandafter\box\next\egroup}%
\newcommand\lthtmlmathtype[1]{\gdef\lthtmlmathenv{#1}}%
\newcommand\lthtmllogmath{\dimen0\ht\sizebox \advance\dimen0\dp\sizebox
  \ifdim\dimen0>.95\vsize
   \lthtmltypeout{%
*** image for \lthtmlmathenv\space is too tall at \the\dimen0, reducing to .95 vsize ***}%
   \ht\sizebox.95\vsize \dp\sizebox\z@ \fi
  \lthtmltypeout{l2hSize %
:\lthtmlmathenv:\the\ht\sizebox::\the\dp\sizebox::\the\wd\sizebox.\preveqno}}%
\newcommand\lthtmlfigureA[1]{\let\@savefreelist\@freelist
       \lthtmlmathtype{#1}\lthtmlvboxmathA}%
\newcommand\lthtmlpictureA{\bgroup\catcode`\_=8 \lthtmlpictureB}%
\newcommand\lthtmlpictureB[1]{\lthtmlmathtype{#1}\egroup
       \let\@savefreelist\@freelist \lthtmlhboxmathB}%
\newcommand\lthtmlpictureZ[1]{\hfill\lthtmlfigureZ}%
\newcommand\lthtmlfigureZ{\lthtmlboxmathZ\lthtmllogmath\copy\sizebox
       \global\let\@freelist\@savefreelist}%
\newcommand\lthtmldisplayA{\bgroup\catcode`\_=8 \lthtmldisplayAi}%
\newcommand\lthtmldisplayAi[1]{\lthtmlmathtype{#1}\egroup\lthtmlvboxmathA}%
\newcommand\lthtmldisplayB[1]{\edef\preveqno{(\theequation)}%
  \lthtmldisplayA{#1}\let\@eqnnum\relax}%
\newcommand\lthtmldisplayZ{\lthtmlboxmathZ\lthtmllogmath\lthtmlsetmath}%
\newcommand\lthtmlinlinemathA{\bgroup\catcode`\_=8 \lthtmlinlinemathB}
\newcommand\lthtmlinlinemathB[1]{\lthtmlmathtype{#1}\egroup\lthtmlhboxmathA
  \vrule height1.5ex width0pt }%
\newcommand\lthtmlinlineA{\bgroup\catcode`\_=8 \lthtmlinlineB}%
\newcommand\lthtmlinlineB[1]{\lthtmlmathtype{#1}\egroup\lthtmlhboxmathA}%
\newcommand\lthtmlinlineZ{\egroup\expandafter\ifdim\dp\sizebox>0pt %
  \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetinline}
\newcommand\lthtmlinlinemathZ{\egroup\expandafter\ifdim\dp\sizebox>0pt %
  \expandafter\centerinlinemath\fi\lthtmllogmath\lthtmlsetmath}
\newcommand\lthtmlindisplaymathZ{\egroup %
  \centerinlinemath\lthtmllogmath\lthtmlsetmath}
\def\lthtmlsetinline{\hbox{\vrule width.1em \vtop{\vbox{%
  \kern.1em\copy\sizebox}\ifdim\dp\sizebox>0pt\kern.1em\else\kern.3pt\fi
  \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}}
\def\lthtmlsetmath{\hbox{\vrule width.1em\kern-.05em\vtop{\vbox{%
  \kern.1em\kern0.8 pt\hbox{\hglue.17em\copy\sizebox\hglue0.8 pt}}\kern.3pt%
  \ifdim\dp\sizebox>0pt\kern.1em\fi \kern0.8 pt%
  \ifdim\hsize>\wd\sizebox \hrule depth1pt\fi}}}
\def\centerinlinemath{%
  \dimen1=\ifdim\ht\sizebox<\dp\sizebox \dp\sizebox\else\ht\sizebox\fi
  \advance\dimen1by.5pt \vrule width0pt height\dimen1 depth\dimen1 
 \dp\sizebox=\dimen1\ht\sizebox=\dimen1\relax}

\def\lthtmlcheckvsize{\ifdim\ht\sizebox<\vsize 
  \ifdim\wd\sizebox<\hsize\expandafter\hfill\fi \expandafter\vfill
  \else\expandafter\vss\fi}%
\providecommand{\selectlanguage}[1]{}%
\makeatletter \tracingstats = 1 
\providecommand{\Alpha}{\textrm{A}}
\providecommand{\Beta}{\textrm{B}}
\providecommand{\Chi}{\textrm{X}}
\providecommand{\Epsilon}{\textrm{E}}
\providecommand{\Eta}{\textrm{H}}
\providecommand{\Iota}{\textrm{J}}
\providecommand{\Kappa}{\textrm{K}}
\providecommand{\Mu}{\textrm{M}}
\providecommand{\Nu}{\textrm{N}}
\providecommand{\Omicron}{\textrm{O}}
\providecommand{\Rho}{\textrm{R}}
\providecommand{\Tau}{\textrm{T}}
\providecommand{\Zeta}{\textrm{Z}}
\providecommand{\omicron}{\textrm{o}}


\begin{document}
\pagestyle{empty}\thispagestyle{empty}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength hsize=\the\hsize}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength vsize=\the\vsize}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength hoffset=\the\hoffset}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength voffset=\the\voffset}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength topmargin=\the\topmargin}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength topskip=\the\topskip}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength headheight=\the\headheight}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength headsep=\the\headsep}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength parskip=\the\parskip}\lthtmltypeout{}%
\lthtmltypeout{latex2htmlLength oddsidemargin=\the\oddsidemargin}\lthtmltypeout{}%
\makeatletter
\if@twoside\lthtmltypeout{latex2htmlLength evensidemargin=\the\evensidemargin}%
\else\lthtmltypeout{latex2htmlLength evensidemargin=\the\oddsidemargin}\fi%
\lthtmltypeout{}%
\makeatother
\setcounter{page}{1}
\onecolumn

% !!! IMAGES START HERE !!!



\newlength{\drop}% for my convenience
%


%
\providecommand{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}%


%
\providecommand{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}%


%
\providecommand{\plogo}{\fbox{$\mathcal{PL}$}}%


%
\providecommand{\titleLL}{\begingroup\drop=0.085\textheight
\fboxsep0.5\baselineskip\sffamily
\vspace*{\drop}
\centering
\Large\textbf{Video editing for ambitious users}\par
\vspace*{2\baselineskip}
{\textcolor{Dark}{\HUGE\textbf{\textsc{Cinelerra-\textsc{G\kern-0.1em G}}\;\textsc{Infinity}}}}\par
\vspace*{0.3\baselineskip}
{\textcolor{Dark}{\large\textbf{%
      The Comprehensive User Manual}}}\par
\vspace{3\baselineskip}
{\Large\today}\par
\vspace{7.5\baselineskip}
{\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
\href{https://www.cinelerra-gg.org}{https://www.cinelerra-gg.org}\par
\endgroup}%

\begingroup {\newpage\clearpage
\lthtmlpictureA{tex2html_wrap54743}%
\includegraphics[width=0.1\linewidth]{.././images/cin-logo}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\endgroup
\begingroup 

\setlength{\parskip}{0.4\baselineskip}%

\setlength{\parskip}{0.4\baselineskip}
\endgroup


\setlength{\parskip}{1\baselineskip}%

\setlength{\parskip}{1\baselineskip}
\stepcounter{paragraph}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture2178}%
\begin{tikzpicture}[scale=1, transform shape]
		\node (img1) [yshift=0cm, xshift=0cm, rotate=0]
		{\includegraphics[width=0.6\linewidth]{insertion-point.png}};
		\node [yshift=-5mm, xshift=-1cm,anchor=east] at (img1.north west) (Pulldowns) {Pulldowns};
		\node [yshift=-10mm, xshift=-1cm,anchor=east] at (img1.north west) (Transport) {Transport \& Buttons Bar};
		\node [yshift=-15mm, xshift=-1cm,anchor=east] at (img1.north west) (Timebar) {Timebar};
		\node [yshift=-20mm, xshift=-1cm,anchor=east] at (img1.north west) (Title) {Media Title };
		\node [yshift=-28mm, xshift=-1cm,anchor=east] at (img1.north west) (Video) {Video Track};
		\node [yshift=-46mm, xshift=-1cm,anchor=east] at (img1.north west) (Audio) {Audio Track};
		\draw [->, line width=1mm] (Pulldowns) edge  ([yshift=-5mm] img1.north west);
		\draw [->, line width=1mm] (Transport) edge  ([yshift=-10mm] img1.north west);
		\draw [->, line width=1mm] (Timebar) edge    ([yshift=-15mm] img1.north west);
		\draw [->, line width=1mm] (Title) edge      ([yshift=-20mm] img1.north west);
		\draw [->, line width=1mm] (Video) edge      ([yshift=-28mm] img1.north west);
		\draw [->, line width=1mm] (Audio) edge      ([yshift=-46mm] img1.north west);
	\end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55189}%
$ {\frac{{82}}{{100}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55222}%
$ {\frac{{W}}{{H}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55224}%
$ {\frac{{pixels}}{{pixels}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55226}%
$ {\frac{{1920}}{{H}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tex2html_wrap55235}%
\includegraphics[width=0.8\linewidth]{temporary-01.pdf}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlpictureA{tex2html_wrap55239}%
\includegraphics[width=0.8\linewidth]{camera_and_projector.pdf}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55272}%
$ {\frac{{1}}{{4}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tex2html_wrap55287}%
\includegraphics[width=0.7\linewidth]{temporary-02.pdf}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture2981}%
\begin{tikzpicture}[scale=1, transform shape]
		\node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.7\linewidth]{folder_modify.png}};
		\node [yshift=-20mm, xshift=-1cm,anchor=east] at (img1.north west) (Arrow1) {\parbox{8em}{Here is the filter that was generated with the original drop }};
		\draw [->, line width=1mm] (Arrow1) edge  ([yshift=-20mm] img1.north west);
	\end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{paragraph}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture2997}%
\begin{tikzpicture}[scale=1, transform shape]
		\node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.8\linewidth]{modify_folder1.png}};
		\node (img2) [yshift=-1cm, xshift=3.5cm, rotate=0] at (img1) {\includegraphics[width=0.8\linewidth]{modify_folder2.png}};
		\node (img3) [yshift=-1cm, xshift=3cm, rotate=0] at (img2){\includegraphics[width=0.5\linewidth]{modify_folder3.png}};
	\end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture3081}%
\begin{tikzpicture}[scale=1, transform shape]
        \node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.99\linewidth]{vicons2.png}};
        \node (img2) [yshift=0cm, xshift=2.8cm, rotate=0] at (img1.south west) {\includegraphics[width=0.3\linewidth]{hue_wheel.png}};
        \node [yshift=-5mm, xshift=1cm,anchor=west] at (img2.east) (Arrow1) {\parbox{18em}{Color hue wheel. For illustration only}};
        \draw [->, line width=1mm] (Arrow1) edge  ([yshift=-5mm] img2.east);
    \end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\setcounter{enumi}{3}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture3185}%
\begin{tikzpicture}[scale=1, transform shape]
        \node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.65\linewidth]{grabshot.png}};
        \node (img2) [yshift=2cm, xshift=-1cm, rotate=0] {\includegraphics[width=0.07\linewidth]{reticle.png}};
    \end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55771}%
$ {\frac{{W_f}}{{W_i}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55773}%
$ {\frac{{H_f}}{{H_i}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline55781}%
$ {\dfrac{{h}}{{v}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline56030}%
$ \bowtie$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}

\renewcommand{\arraystretch}{1.15}

\renewcommand{\arraystretch}{1}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline56187}%
$ {\frac{{1}}{{2}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}

\renewcommand{\arraystretch}{1.15}
{\newpage\clearpage
\lthtmlpictureA{tex2html_wrap6981}%
\resizebox{\textwidth}{!}{%
    \begin{tabular}{c c c c c c c}
\toprule
K1 & K2 & & K3 & K4 & &\\
Label & Future use & & Future use & Clip & &\\
& Splice (viewer) & & Copy  & Overwrite (viewer) & &\\
\midrule
K5 & K6 & K7 & K8 & K9 & &\\
Home & Reverse & Stop & Play & End & &\\
& & Fullscreen & & & &\\
& & (viewer / compositor) & & & &\\
\midrule
Home(Defaults) & MouseBtn1(D) & MouseBtn2(D) & MouseBtn3(D) & End(Defaults) & &\\
\midrule
\multicolumn{7}{c}{Shuttle Outer Wheel}\\
\multicolumn{7}{c}{Play forward (first row) or Play reverse (second row)}\\
S1=Stop  & S2=1/2 & S3=Normal  & S4=2x & S5=4x & S6=8x & S7=16x\\
S-1=Stop &  S-2=1/2 & S-3=Normal & S-4=2x & S-5=4x & S-6=8x & S-7=16x\\
\midrule
K14 & & Jog Left & (Inner Wheel) & Jog Right & & K15\\
Toggle In & & Frame reverse & & Frame forward & & Toggle Out\\
& & Scroll up(Defaults) & & Scroll down(Defaults) & &\\
\midrule
& & K10  & &  K11 & &\\
& & Previous Edit & & Next Edit & &\\
& & Future Use(Viewer) & & Future Use(Viewer) & &\\
\midrule
& & K12  & &  K13 & &\\
& & Previous Edit & & Next Edit & &\\
& & Previous Label & & Next label & &\\
\bottomrule
\end{tabular}}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlpictureA{tex2html_wrap6987}%
\resizebox{\textwidth}{!}{%
    \begin{tabular}{c c c c c c c}
\toprule
K5 & K6 & K7 & K8 & K9 & &\\
Home & Reverse & Stop & Play & End & &\\
&         & Fullscreen & & & &\\
&         & (viewer / compositor) & & & &\\
\midrule
Home(Defaults) & MouseBtn1(D) & MouseBtn2(D) & MouseBtn3(D) & End(Defaults) & &\\
\midrule
\multicolumn{7}{c}{Shuttle Outer Wheel}\\
\multicolumn{7}{c}{Play forward (first row) or Play reverse (second row)}\\
S1=Stop &   S2=1/2 &   S3=Normal  &  S4=2x  &  S5=4x  &  S6=8x &   S7=16x\\
S-1=Stop &  S-2=1/2 &  S-3=Normal &  S-4=2x &  S-5=4x &  S-6=8x  & S-7=16x\\
\midrule
& & Jog Left & (Inner Wheel) & Jog Right & &\\
& & Frame reverse & & Frame forward & &\\
& & Scroll up(Defaults) & & Scroll down(Defaults) & &\\
\bottomrule
\end{tabular}}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline56210}%
$ {\frac{{1}}{{8}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}

\renewcommand{\arraystretch}{1.15}

\renewcommand{\arraystretch}{1}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_indisplay56701}%
$\displaystyle {\dfrac{{Width \times Height [pixels] \times BitDepth [bits/pixel] \times Color}}{{8 [bit/Byte]}}}$%
\lthtmlindisplaymathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_indisplay56706}%
$\displaystyle {\dfrac{{Data Rate [MB/sec] \times 3600 [sec]}}{{1024MB/GB}}}$%
\lthtmlindisplaymathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture11110}%
\begin{tikzpicture}[scale=1, transform shape]
    \node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.5\linewidth]{plugin-icons.png}};
    \node [yshift=-6mm, xshift=-1cm,anchor=east] at (img1.north west) (Preferences) {Preferences Window};
    \node [yshift=-14mm, xshift=-1cm,anchor=east] at (img1.north west) (Tab) {Tab section};
    \node [yshift=-34mm, xshift=-1cm,anchor=east] at (img1.north west) (Icon) {Plugin icon choices};
    \draw [->, line width=1mm] (Preferences) edge  ([yshift=-6mm] img1.north west);
    \draw [->, line width=1mm] (Tab) edge  ([yshift=-14mm] img1.north west);
    \draw [->, line width=1mm] (Icon) edge    ([yshift=-34mm] img1.north west);
    \end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture11221}%
\begin{tikzpicture}[scale=0.7, transform shape]
    \node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.6\linewidth]{preset02.png}};
    \node [yshift=-20mm, xshift=-1cm,anchor=east] at (img1.north west) (Green) {A user preset Green};
    \node [yshift=-67mm, xshift=-1cm,anchor=south east,text width=10em, inner ysep=-3mm] at (img1.north west) (Textbox) {Textbox to type in the title for the chosen preset or name for a new preset.};
    \node [yshift=-79mm, xshift=-1cm,anchor=north east,text width=10em,inner ysep=-3mm] at (img1.north west) (Save) {Use the Delete, Save or Apply button for operation.};
    \draw [->, line width=1mm] (Green) edge  ([yshift=-20mm] img1.north west);
    \draw [->, line width=1mm] (Textbox.south east) --  ([yshift=-67mm] img1.north west);
    \draw [->, line width=1mm] (Save.north east) --    ([yshift=-79mm] img1.north west);
    \end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57314}%
$ {\frac{{1}}{{50}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tex2html_wrap57390}%
\includegraphics[scale=0.5]{Blend_Program.png}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsubsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57668}%
$ \_zero$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57673}%
$ \_equations$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57782}%
$ \implies$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57807}%
$\scriptstyle {\frac{{1}}{{\gamma}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57811}%
$ {\frac{{1}}{{\gamma}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57816}%
$ {\dfrac{{1}}{{\gamma}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57899}%
$ {\dfrac{{range(1.0-0)}}{{\# bins}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57902}%
$ {\dfrac{{f(x_i)}}{{b}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline57978}%
$ \underline{{12, 34, 56, 78}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58001}%
$ \degree$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58204}%
$ {\frac{{1}}{{100}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_indisplay58247}%
$\displaystyle {\frac{{1}}{{8}}}$%
\lthtmlindisplaymathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58253}%
$ {\frac{{8}}{{1}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58262}%
$ {\frac{{4}}{{10}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58537}%
$ {\frac{{5}}{{4}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58539}%
$ {\frac{{4}}{{5}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58543}%
$ {\frac{{1}}{{3}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58545}%
$ {\frac{{3}}{{4}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline58954}%
$ {\frac{{1}}{{scale factor}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline59067}%
$ {\frac{{X}}{{Y}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline59159}%
$ \leqslant$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline59163}%
$ \geqslant$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}

\renewcommand{\arraystretch}{1.15}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62504}%
$ \_NTSC$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62506}%
$ \_PAL$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62508}%
$ \_NCL$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62510}%
$ \_CL$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{paragraph}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlpictureA{tikzpicture22799}%
\begin{tikzpicture}[scale=1, transform shape]
	\node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.6\linewidth]{cursor01.png}};    
	\node [yshift=-29mm, xshift=-1cm,anchor=east] at (img1.north west) (Compositor) {Red cursor in Compositor};
	\node [yshift=-40mm, xshift=-1cm,anchor=east] at (img1.north west) (Timeline) {red cursor in Timeline};
	\draw [->, line width=1mm] (Compositor) edge  ([yshift=-29mm] img1.north west);
	\draw [->, line width=1mm] (Timeline) edge  ([yshift=-40mm] img1.north west);   
	\end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlpictureA{tikzpicture22810}%
\begin{tikzpicture}[scale=1, transform shape]
	\node (img1) [yshift=0cm, xshift=0cm, rotate=0] {\includegraphics[width=0.6\linewidth]{cursor02.png}};    
	\node [yshift=-29mm, xshift=-1cm,anchor=east] at (img1.north west) (Compositor) {White cursor in Compositor};
	\node [yshift=-40mm, xshift=-1cm,anchor=east] at (img1.north west) (Timeline) {White cursor in Timeline};
	\draw [->, line width=1mm] (Compositor) edge  ([yshift=-29mm] img1.north west);
	\draw [->, line width=1mm] (Timeline) edge  ([yshift=-40mm] img1.north west);    
	\end{tikzpicture}%
\lthtmlpictureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62953}%
$ {\frac{{3}}{{2}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62956}%
$ {\frac{{768 \times
2}}{{3}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{paragraph}
{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_inline62966}%
$ {\frac{{x}}{{y}}}$%
\lthtmlinlinemathZ
\lthtmlcheckvsize\clearpage}

\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{paragraph}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\begingroup \endgroup
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsubsection}
\stepcounter{subsubsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{section}
\stepcounter{section}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{subsection}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
{\newpage\clearpage
\lthtmlfigureA{labeling27448}%
\begin{labeling}{ladspa\_plugins{\dots}}
	\item [.dat] represent saved \textit{data} for perpertual sessions and color palettes; maybe others
	\item [.idx] original \textit{index} files that were created for loaded video to speed up seeking
	\item [.mkr] ffmpeg specific \textit{marker} index file that is created for each video to aid seeks
	\item [.rc] rc stands for \textit{run commands} so basically represents a script
	\item [.toc] toc is \textit{table of contents} file for MPEG video files (a type of index)
	\item [Cinelerra\_plugins] a list of the currently loaded plugins available in your \textsc{Cinelerra-\textsc{G\kern-0.1em G}}{} session
	\item [Cinelerra{}\_rc] the user's preferences and settings are saved in this file to be used on startup.  This file can be carefully edited to change startup values for certain parameters, but if you inadvertently set up something incorrectly, you may end up crashing the program.
	\item [ContextManual.pl] the user's configurable version of the Perl script which drives the Context Help feature 
	\item [ladspa\_plugins{\dots}] list of currently loaded ladspa plugins for each version of \textsc{Cinelerra-\textsc{G\kern-0.1em G}}{} being used
	\item [layout\#...\_rc] user-defined window layout setup with the layout name as part of the file name
	\item [.xml] used for various backups or for the current settings of plugins that you have used
	\item [.png] thumbnails of files in Resources so they do not have to be created over and over
\end{labeling}%
\lthtmlfigureZ
\lthtmlcheckvsize\clearpage}

\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{paragraph}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{section}
\stepcounter{chapter}
\stepcounter{chapter}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\stepcounter{paragraph}
\begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \begingroup \endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup
\endgroup

\end{document}
