add chapters 20 - 21
[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 \input{common/settings.tex}
12
13 \begin{document}
14 \input{common/title.tex}        % create and use custom title page
15
16 \thispagestyle{empty}           % no page numbers
17
18 \newpage
19
20 \frontmatter
21
22 \include{parts/Introduction}     % Introduction 
23
24 \tableofcontents
25
26 \pagestyle{ruled}
27
28 \mainmatter
29
30 \include{parts/Installation}
31 \include{parts/Windows}
32 \include{parts/Attributes}
33 \include{parts/Loadandsave}
34 \include{parts/Editing}
35 \include{parts/Rendering}
36 \include{parts/Keyframes}
37 \include{parts/FFmpeg}
38 \include{parts/Plugins}
39 \include{parts/Transition}
40 \include{parts/Overlays}
41 \include{parts/Recording}
42 \include{parts/DVD}
43 \include{parts/Multi5s}
44 \include{parts/Shortcuts}
45 \include{parts/Configuration}
46 \include{parts/Stuff}
47 \include{parts/Trouble}
48 \include{parts/Tips}
49 \include{parts/Translations}
50 \include{parts/Licenses}
51
52
53 \include{parts/Glossary}
54 \printnomenclature      % print glossary
55
56 \newpage
57
58 \listoftables
59 \newpage
60
61 \listoffigures
62 \newpage
63
64 \listoftodos
65
66 \end{document}