1bf7d8df784555265b5add4338827ae04c3bf7b4
[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 \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 %\pagenumbering{Roman}
20
21 \include{parts/Introduction}     % Introduction 
22
23 \tableofcontents
24
25 \pagestyle{plain}
26
27 \mainmatter
28
29 \include{parts/Instalation}
30 \include{parts/Windows}
31
32 \end{document}