tiny update to translations
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
index 699bb68cf1ab953da9dc95fca6878c569a88b0b7..68495006cb65ada9307f902b5c2ac0443dbf576a 100644 (file)
@@ -1,48 +1,46 @@
-%
 \documentclass[
-letter,
-14pt,
+a4paper,
+12pt,
 oneside,
-openright,
-svgnames
-]{memoir}                       % paper size, font size and other options for document
-\input{common/packages.tex}     % common packages
-
+svgnames,
+%draft
+]{memoir} % paper size, font size and other options for document
+\input{common/packages.tex} % common packages
 \input{common/settings.tex}
 
+%\includeonly{common/title,parts/Installation}% ,parts/Introduction,parts/Windows
+
 \begin{document}
+
 \input{common/title.tex}        % create and use custom title page
 
 \thispagestyle{empty}           % no page numbers
-
-\newpage
-\parskip=14pt
+% \newpage
+\setlength{\parskip}{1\baselineskip}
 \frontmatter
 
-\include{parts/Introduction}     % Introduction 
+\include{parts/Introduction}
 
 \tableofcontents
 
 \pagestyle{ruled}
 
-\mainmatter
+\mainmatter%
 
 \include{parts/Installation}
 \include{parts/Windows}
 \include{parts/Attributes}
 \include{parts/Loadandsave}
 \include{parts/Editing}
+\include{parts/Advanced}
 \include{parts/Rendering}
 \include{parts/Keyframes}
-\settocdepth{subsection}
 \include{parts/FFmpeg}
 \include{parts/Plugins}
-\settocdepth{section}
 \include{parts/Transition}
 \include{parts/Overlays}
 \include{parts/Recording}
 \include{parts/DVD}
-\include{parts/Multi5s}
 \include{parts/Shortcuts}
 \include{parts/Configuration}
 \include{parts/Stuff}
@@ -57,19 +55,31 @@ svgnames
 \include{parts/Quickstart}
 \include{parts/Developer}
 \include{parts/AuxilaryPrograms}
+\include{parts/Real-World}
 \end{appendices}
 
+\pagestyle{plain}
+
 \include{parts/Glossary}
 \printnomenclature      % print glossary
 
 \newpage
 
+\pagestyle{ruled}
+
 \listoftables
 \newpage
 
 \listoffigures
 \newpage
 
-\listoftodos
+\printindex
+
+% \listoftodos
 
 \end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: