a3c28dbfcf31bf3e8a53f140ca352aca3fcf4e40
[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/setup.tex}
4 \input{common/packages.tex} % common packages
5
6
7 %\includeonly{parts/Disclaimer}
8 \begin{document}
9
10 \titleLL % use cutom title
11
12 \thispagestyle{empty} % no page numbers
13
14 \newpage
15
16 \mainmatter
17 \tableofcontents
18 \pagestyle{plain}
19 %\renewcommand{\chapterheadstart}{
20 %%\vspace*{\beforechapskip}
21 %\hrule\medskip}
22 %\renewcommand{\chapnamefont}{\normalfont\large\scshape}
23 %\renewcommand{\chapnumfont}{\normalfont\large\scshape}
24 %\renewcommand{\chaptitlefont}{\normalfont\large\scshape}
25 %\renewcommand{\printchaptername}{\normalfont\large\scshape История}
26 %\renewcommand{\chapternamenum}{ }
27 %\renewcommand{\printchapternum}{\chapnumfont \thechapter}
28 %\renewcommand{\afterchapternum}{. }
29 %\renewcommand{\afterchapskip}{\vspace{2ex}}
30 %\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip 
31 %\afterchapskip}
32 %}
33 \chapterstyle{madsen}         % one of chapter header style for memoir documentclass
34 %\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter}
35 \renewcommand{\chapterheadstart}{}
36 %\renewcommand{\beforechapskip}{\vspace{2pt}}
37
38 \include{parts/Introduction}
39 \include{parts/Instalation}
40
41 \end{document}