607282bc06f67da949a48e28f5464acc81472568
[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
31 \end{document}