X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=bf61addae801b7bb19795e82db64b2e58e6246b3;hp=a3c28dbfcf31bf3e8a53f140ca352aca3fcf4e40;hb=7af20118e92709c3ab806dc639910fb0b9af78be;hpb=ceba2f7a71fac8eeb1b29cd961a86cd7ca5167b3 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index a3c28db..bf61add 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,41 +1,49 @@ % -\documentclass[letter,14pt,oneside,openright,svgnames]{memoir} % paper size, font size and other options for document -%\input{common/setup.tex} -\input{common/packages.tex} % common packages +\documentclass[ +letter, +14pt, +twoside, +openright, +svgnames +]{memoir} % paper size, font size and other options for document +\input{common/packages.tex} % common packages - -%\includeonly{parts/Disclaimer} \begin{document} +\input{common/title.tex} % create and use custom title page -\titleLL % use cutom title - -\thispagestyle{empty} % no page numbers +\thispagestyle{empty} % no page numbers \newpage -\mainmatter +\frontmatter + +\include{parts/Introduction} % Introduction + \tableofcontents -\pagestyle{plain} -%\renewcommand{\chapterheadstart}{ -%%\vspace*{\beforechapskip} -%\hrule\medskip} -%\renewcommand{\chapnamefont}{\normalfont\large\scshape} -%\renewcommand{\chapnumfont}{\normalfont\large\scshape} -%\renewcommand{\chaptitlefont}{\normalfont\large\scshape} -%\renewcommand{\printchaptername}{\normalfont\large\scshape История} -%\renewcommand{\chapternamenum}{ } -%\renewcommand{\printchapternum}{\chapnumfont \thechapter} -%\renewcommand{\afterchapternum}{. } -%\renewcommand{\afterchapskip}{\vspace{2ex}} -%\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip -%\afterchapskip} -%} -\chapterstyle{madsen} % one of chapter header style for memoir documentclass -%\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter} -\renewcommand{\chapterheadstart}{} -%\renewcommand{\beforechapskip}{\vspace{2pt}} - -\include{parts/Introduction} + +\pagestyle{ruled} + +\mainmatter + \include{parts/Instalation} +\include{parts/Windows} +\include{parts/Attributes} +\include{parts/Loadandsave} +\include{parts/Editing} +\include{parts/Rendering} +\include{parts/Keyframes} + + +\printnomenclature % print glossary +\nomenclature{t}{test} % remove this after adding actual glosssary item +\newpage + +\listoftables +\newpage + +\listoffigures +\newpage + +\listoftodos \end{document}