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=c1e0dbadabb1b2e5136fc9bb5326a23e9e4205d6;hb=7bb811b9f4e3872bdeae155bc63242aa096fc4dc;hpb=9ce25137f22439bf1ab413467681eca5ac65eba3 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index c1e0dba..16bd6b9 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,33 +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/}% Introduction,parts/Installation,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} @@ -45,7 +45,17 @@ svgnames \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 @@ -58,6 +68,11 @@ svgnames \listoffigures \newpage -\listoftodos +% \listoftodos \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: