X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=16bd6b92cc9cac8cc13b4759a61f765107ffdb2d;hp=a3c28dbfcf31bf3e8a53f140ca352aca3fcf4e40;hb=7bb811b9f4e3872bdeae155bc63242aa096fc4dc;hpb=ceba2f7a71fac8eeb1b29cd961a86cd7ca5167b3 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index a3c28db..16bd6b9 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,41 +1,78 @@ -% -\documentclass[letter,14pt,oneside,openright,svgnames]{memoir} % paper size, font size and other options for document -%\input{common/setup.tex} +\documentclass[ +a4paper, +12pt, +oneside, +svgnames, +%draft +]{memoir} % paper size, font size and other options for document \input{common/packages.tex} % common packages +\input{common/settings.tex} +%\includeonly{common/title,parts/}% Introduction,parts/Installation,parts/Windows -%\includeonly{parts/Disclaimer} \begin{document} -\titleLL % use cutom title +\input{common/title.tex} % create and use custom title page -\thispagestyle{empty} % no page numbers +\thispagestyle{empty} % no page numbers +% \newpage +\setlength{\parskip}{1\baselineskip} +\frontmatter -\newpage +\include{parts/Introduction} -\mainmatter \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} -\include{parts/Instalation} +\pagestyle{ruled} + +\mainmatter% + +\include{parts/Installation} +\include{parts/Windows} +\include{parts/Attributes} +\include{parts/Loadandsave} +\include{parts/Editing} +\include{parts/Rendering} +\include{parts/Keyframes} +\include{parts/FFmpeg} +\include{parts/Plugins} +\include{parts/Transition} +\include{parts/Overlays} +\include{parts/Recording} +\include{parts/DVD} +\include{parts/Multi5s} +\include{parts/Shortcuts} +\include{parts/Configuration} +\include{parts/Stuff} +\include{parts/Trouble} +\include{parts/Tips} +\include{parts/Translations} +\include{parts/Licenses} + +\chapter*{Appendices} +\addappheadtotoc +\begin{appendices} +\include{parts/Quickstart} +\include{parts/Developer} +\include{parts/AuxilaryPrograms} +\end{appendices} + +\include{parts/Glossary} +\printnomenclature % print glossary + +\newpage + +\listoftables +\newpage + +\listoffigures +\newpage + +% \listoftodos \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: