add Olaf Workmark
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
1 %
2 \documentclass[
3 a4paper,
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
15 \input{common/title.tex}        % create and use custom title page
16
17 \thispagestyle{empty}           % no page numbers
18
19 \newpage
20 \parskip=14pt
21 \frontmatter
22
23 \include{parts/Introduction}     % Introduction 
24
25 \tableofcontents
26
27 \pagestyle{ruled}
28
29 \mainmatter
30
31 \include{parts/Installation}
32 \include{parts/Windows}
33 \include{parts/Attributes}
34 \include{parts/Loadandsave}
35 \include{parts/Editing}
36 \include{parts/Rendering}
37 \include{parts/Keyframes}
38 \include{parts/FFmpeg}
39 \include{parts/Plugins}
40 \include{parts/Transition}
41 \include{parts/Overlays}
42 \include{parts/Recording}
43 \include{parts/DVD}
44 \include{parts/Multi5s}
45 \include{parts/Shortcuts}
46 \include{parts/Configuration}
47 \include{parts/Stuff}
48 \include{parts/Trouble}
49 \include{parts/Tips}
50 \include{parts/Translations}
51 \include{parts/Licenses}
52
53 \chapter*{Appendices}
54 \addappheadtotoc
55 \begin{appendices}
56 \include{parts/Quickstart}
57 \include{parts/Developer}
58 \include{parts/AuxilaryPrograms}
59 \end{appendices}
60
61 \include{parts/Glossary}
62 \printnomenclature      % print glossary
63
64 \newpage
65
66 \listoftables
67 \newpage
68
69 \listoffigures
70 \newpage
71
72 \listoftodos
73
74 \end{document}