X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=2833eefe4040a514d41ac33215db7a80d1a6f55c;hp=add4436288b8d5e4efe1e57ead338f6e8456c07b;hb=7f4d0800b12798dc35f912da5a8655c7812496f7;hpb=aab931b08ae2d42247d7787582a0e5c4bc14dc7a diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index add4436..2833eef 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,31 +1,83 @@ -% \documentclass[ -letter, -14pt, +a4paper, +12pt, oneside, -openright, -svgnames -]{memoir} % paper size, font size and other options for document -\input{common/packages.tex} % common packages +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/Installation}% ,parts/Introduction,parts/Windows \begin{document} + \input{common/title.tex} % create and use custom title page \thispagestyle{empty} % no page numbers - -\newpage - +% \newpage +\setlength{\parskip}{1\baselineskip} \frontmatter -\include{parts/Introduction} % Introduction +\include{parts/Introduction} \tableofcontents -\pagestyle{plain} +\pagestyle{ruled} -\mainmatter +\mainmatter% -\include{parts/Instalation} +\include{parts/Installation} \include{parts/Windows} +\include{parts/Attributes} +\include{parts/Loadandsave} +\include{parts/Editing} +\include{parts/Advanced} +\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/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} +\include{parts/Real-World} +\end{appendices} + +\pagestyle{plain} + +\include{parts/Glossary} +\printnomenclature % print glossary + +\newpage + +\pagestyle{ruled} + +\listoftables +\newpage + +\listoffigures +\newpage + +% \listoftodos \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: