X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=8e856bff19b6fae2aeb64a90c248f85292bd625c;hp=c474dc94d0b6ef307c35747f4385c7bdf3e46bba;hb=880f5be6425028cf9a0c07143f62cce0a82ea6bd;hpb=653ebc302fd8e5637769dcf97b07b4d1ee102c4b diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index c474dc9..8e856bf 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/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} @@ -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: