add cha 9
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
1 %
2 \documentclass[
3 letter,
4 14pt,
5 twoside,
6 openright,
7 svgnames
8 ]{memoir}                       % paper size, font size and other options for document
9 \input{common/packages.tex}     % common packages
10
11 \begin{document}
12 \input{common/title.tex}        % create and use custom title page
13
14 \thispagestyle{empty}           % no page numbers
15
16 \newpage
17
18 \frontmatter
19
20 \include{parts/Introduction}     % Introduction 
21
22 \tableofcontents
23
24 \pagestyle{ruled}
25
26 \mainmatter
27
28 \include{parts/Instalation}
29 \include{parts/Windows}
30 \include{parts/Attributes}
31 \include{parts/Loadandsave}
32 \include{parts/Editing}
33 \include{parts/Rendering}
34 \include{parts/Keyframes}
35 \include{parts/FFmpeg}
36 \include{parts/Plugins}
37
38
39
40 \include{parts/Glossary}
41 \printnomenclature      % print glossary
42
43 \newpage
44
45 \listoftables
46 \newpage
47
48 \listoffigures
49 \newpage
50
51 \listoftodos
52
53 \end{document}