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=0480dbab2ba0637f9d41a4158f7aa3e28c447b94;hb=75edd4415ce258917cb7ab7d7c73681aceffe385;hpb=4f88cfa7939dc9b8c1a1971099c9f5a05a55853e diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index 0480dba..434054d 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -1,31 +1,31 @@ -% \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{ruled} -\mainmatter +\mainmatter% \include{parts/Installation} \include{parts/Windows} @@ -57,17 +57,26 @@ svgnames \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: