Fix pathbay figure placing
[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 \begin{document}
12 \input{common/title.tex}        % create and use custom title page
13
14 \thispagestyle{empty}           % no page numbers
15
16 \newpage
17
18 \frontmatter
19
20 \include{parts/Introduction}     % Introduction 
21
22 \tableofcontents
23
24 \pagestyle{ruled}
25
26 \mainmatter
27
28 \include{parts/Instalation}
29 \include{parts/Windows}
30 \include{parts/Attributes}
31 \include{parts/Loadandsave}
32 \include{parts/Editing}
33 \include{parts/Rendering}
34 \include{parts/Keyframes}
35
36
37 \printnomenclature      % print glossary
38 \nomenclature{t}{test}  % remove this after adding actual glosssary item
39 \newpage
40
41 \listoftables
42 \newpage
43
44 \listoffigures
45 \newpage
46
47 \listoftodos
48
49 \end{document}