X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=68495006cb65ada9307f902b5c2ac0443dbf576a;hp=6a49bea1fff7ce8dbe7834d589e81d4c007029d4;hb=9c9c6718c1d088b3bacb62d012881fd304635fff;hpb=60118ce23dea413c3549de44ac91f2d17bc3d2c4 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index 6a49bea..6849500 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,37 +1,38 @@ -% \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} \include{parts/Editing} +\include{parts/Advanced} \include{parts/Rendering} \include{parts/Keyframes} \include{parts/FFmpeg} @@ -40,22 +41,45 @@ svgnames \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} +\include{parts/Real-World} +\end{appendices} + +\pagestyle{plain} \include{parts/Glossary} \printnomenclature % print glossary \newpage +\pagestyle{ruled} + \listoftables \newpage \listoffigures \newpage -\listoftodos +\printindex + +% \listoftodos \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: