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=f8792eed2c1cfb15a5547a8a6c71e0f9d1cd3fd8;hb=7bb811b9f4e3872bdeae155bc63242aa096fc4dc;hpb=0d959ba78d9363936b4c2eef4620f8bf7897801e diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index f8792ee..16bd6b9 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,31 +1,31 @@ -% \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/Installation} \include{parts/Windows} @@ -49,6 +49,13 @@ svgnames \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 @@ -61,6 +68,11 @@ svgnames \listoffigures \newpage -\listoftodos +% \listoftodos \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: