699bb68cf1ab953da9dc95fca6878c569a88b0b7
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
1 %
2 \documentclass[
3 letter,
4 14pt,
5 oneside,
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 \parskip=14pt
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 \settocdepth{subsection}
38 \include{parts/FFmpeg}
39 \include{parts/Plugins}
40 \settocdepth{section}
41 \include{parts/Transition}
42 \include{parts/Overlays}
43 \include{parts/Recording}
44 \include{parts/DVD}
45 \include{parts/Multi5s}
46 \include{parts/Shortcuts}
47 \include{parts/Configuration}
48 \include{parts/Stuff}
49 \include{parts/Trouble}
50 \include{parts/Tips}
51 \include{parts/Translations}
52 \include{parts/Licenses}
53
54 \chapter*{Appendices}
55 \addappheadtotoc
56 \begin{appendices}
57 \include{parts/Quickstart}
58 \include{parts/Developer}
59 \include{parts/AuxilaryPrograms}
60 \end{appendices}
61
62 \include{parts/Glossary}
63 \printnomenclature      % print glossary
64
65 \newpage
66
67 \listoftables
68 \newpage
69
70 \listoffigures
71 \newpage
72
73 \listoftodos
74
75 \end{document}