MatN converted Troubleshooting Chapter 18 from .odt to .tex
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
index 1bf7d8df784555265b5add4338827ae04c3bf7b4..c1e0dbadabb1b2e5136fc9bb5326a23e9e4205d6 100644 (file)
@@ -2,12 +2,14 @@
 \documentclass[
 letter,
 14pt,
-oneside,
+twoside,
 openright,
 svgnames
 ]{memoir}                       % paper size, font size and other options for document
 \input{common/packages.tex}     % common packages
 
+\input{common/settings.tex}
+
 \begin{document}
 \input{common/title.tex}        % create and use custom title page
 
@@ -16,17 +18,46 @@ svgnames
 \newpage
 
 \frontmatter
-%\pagenumbering{Roman}
 
 \include{parts/Introduction}     % Introduction 
 
 \tableofcontents
 
-\pagestyle{plain}
+\pagestyle{ruled}
 
 \mainmatter
 
 \include{parts/Instalation}
 \include{parts/Windows}
+\include{parts/Attributes}
+\include{parts/Loadandsave}
+\include{parts/Editing}
+\include{parts/Rendering}
+\include{parts/Keyframes}
+\include{parts/FFmpeg}
+\include{parts/Plugins}
+\include{parts/Transition}
+\include{parts/Overlays}
+\include{parts/Recording}
+\include{parts/DVD}
+\include{parts/Multi5s}
+\include{parts/Shortcuts}
+\include{parts/Configuration}
+\include{parts/Stuff}
+\include{parts/Trouble}
+
+
+\include{parts/Glossary}
+\printnomenclature      % print glossary
+
+\newpage
+
+\listoftables
+\newpage
+
+\listoffigures
+\newpage
+
+\listoftodos
 
 \end{document}