X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=434054d3103c52a9b3e74d2cb07684d8b267e1ec;hp=51adb11f82ad03693f21cdc0a412f2b2bc1d0376;hb=2cdad86105141c6ce1bd7b9be2330a7614257339;hpb=e5bbc694fe56ad7deaf55574149a5ad7d9d0f671 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index 51adb11..434054d 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,31 +1,33 @@ -% \documentclass[ -letter, -14pt, -twoside, -openright, -svgnames -]{memoir} % paper size, font size and other options for document -\input{common/packages.tex} % common packages +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/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{ruled} -\mainmatter +\mainmatter% -\include{parts/Instalation} +\include{parts/Installation} \include{parts/Windows} \include{parts/Attributes} \include{parts/Loadandsave} @@ -34,20 +36,47 @@ svgnames \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} + +\pagestyle{plain} \include{parts/Glossary} \printnomenclature % print glossary \newpage +\pagestyle{ruled} + \listoftables \newpage \listoffigures \newpage -\listoftodos +% \listoftodos \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: