continuing rewording Windows.tex so as not to use exact words from other manuals
[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 %\settocdepth{subsection}
39 \include{parts/FFmpeg}
40 \include{parts/Plugins}
41 %\settocdepth{section}
42 \include{parts/Transition}
43 \include{parts/Overlays}
44 \include{parts/Recording}
45 \include{parts/DVD}
46 \include{parts/Multi5s}
47 \include{parts/Shortcuts}
48 \include{parts/Configuration}
49 \include{parts/Stuff}
50 \include{parts/Trouble}
51 \include{parts/Tips}
52 \include{parts/Translations}
53 \include{parts/Licenses}
54
55 \chapter*{Appendices}
56 \addappheadtotoc
57 \begin{appendices}
58 \include{parts/Quickstart}
59 \include{parts/Developer}
60 \include{parts/AuxilaryPrograms}
61 \end{appendices}
62
63 \include{parts/Glossary}
64 \printnomenclature      % print glossary
65
66 \newpage
67
68 \listoftables
69 \newpage
70
71 \listoffigures
72 \newpage
73
74 \listoftodos
75
76 \end{document}