Finished sec:How_to_build
[goodguy/cin-manual-latex.git] / CinelerraGG_Manual.tex
1 %
2 \documentclass[letter,14pt,oneside,openright,svgnames]{memoir} % paper size, font size and other options for document
3 \input{common/packages.tex} % common packages
4
5 \begin{document}
6
7 \titleLL % use cutom title
8
9 \thispagestyle{empty} % no page numbers
10
11 \newpage
12
13 %\pagestyle{plain}
14 %\pagenumbering{roman}
15 %\renewcommand{\chapterheadstart}{
16 %%\vspace*{\beforechapskip}
17 %\hrule\medskip}
18 %\renewcommand{\chapnamefont}{\normalfont\large\scshape}
19 %\renewcommand{\chapnumfont}{\normalfont\large\scshape}
20 %\renewcommand{\chaptitlefont}{\normalfont\large\scshape}
21 %\renewcommand{\printchaptername}{\normalfont\large\scshape История}
22 %\renewcommand{\chapternamenum}{ }
23 %\renewcommand{\printchapternum}{\chapnumfont \thechapter}
24 %\renewcommand{\afterchapternum}{. }
25 %\renewcommand{\afterchapskip}{\vspace{2ex}}
26 %\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip 
27 %\afterchapskip}
28 %}
29 \chapterstyle{madsen}         % one of chapter header style for memoir documentclass
30 %\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter}
31 \renewcommand{\chapterheadstart}{}
32 %\renewcommand{\beforechapskip}{\vspace{2pt}}
33 \frontmatter
34 %\pagenumbering{Roman}
35
36 \include{parts/Introduction}     % Introduction 
37
38 \tableofcontents
39
40 \pagestyle{plain}
41
42 \mainmatter
43
44 \include{parts/Instalation}
45
46 \end{document}