Andrea corrections
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
1 \documentclass[
2 a4paper,
3 12pt,
4 oneside,
5 svgnames,
6 %draft
7 ]{memoir} % paper size, font size and other options for document
8 \input{common/packages.tex} % common packages
9 \input{common/settings.tex}
10
11 %\includeonly{common/title,parts/Installation}% ,parts/Introduction,parts/Windows
12
13 \begin{document}
14
15 \input{common/title.tex}        % create and use custom title page
16
17 \thispagestyle{empty}           % no page numbers
18 % \newpage
19 \setlength{\parskip}{1\baselineskip}
20 \frontmatter
21
22 \include{parts/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 \chapter*{Appendices}
53 \addappheadtotoc
54 \begin{appendices}
55 \include{parts/Quickstart}
56 \include{parts/Developer}
57 \include{parts/AuxilaryPrograms}
58 \end{appendices}
59
60 \pagestyle{plain}
61
62 \include{parts/Glossary}
63 \printnomenclature      % print glossary
64
65 \newpage
66
67 \pagestyle{ruled}
68
69 \listoftables
70 \newpage
71
72 \listoffigures
73 \newpage
74
75 % \listoftodos
76
77 \end{document}
78
79 %%% Local Variables:
80 %%% mode: latex
81 %%% TeX-master: t
82 %%% End: