add chapter 15
[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/Instalation}
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
46
47 \include{parts/Glossary}
48 \printnomenclature      % print glossary
49
50 \newpage
51
52 \listoftables
53 \newpage
54
55 \listoffigures
56 \newpage
57
58 \listoftodos
59
60 \end{document}