X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=0480dbab2ba0637f9d41a4158f7aa3e28c447b94;hp=607282bc06f67da949a48e28f5464acc81472568;hb=b8af22290c1844a01b2c6f90966da33d67212dd1;hpb=be2a078c9c2b1b56193a1bd565de9c0110ef90b6 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index 607282b..0480dba 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -2,12 +2,14 @@ \documentclass[ letter, 14pt, -twoside, +oneside, openright, svgnames ]{memoir} % paper size, font size and other options for document \input{common/packages.tex} % common packages +\input{common/settings.tex} + \begin{document} \input{common/title.tex} % create and use custom title page @@ -25,7 +27,47 @@ svgnames \mainmatter -\include{parts/Instalation} +\include{parts/Installation} \include{parts/Windows} +\include{parts/Attributes} +\include{parts/Loadandsave} +\include{parts/Editing} +\include{parts/Rendering} +\include{parts/Keyframes} +\include{parts/FFmpeg} +\include{parts/Plugins} +\include{parts/Transition} +\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} +\end{appendices} + +\include{parts/Glossary} +\printnomenclature % print glossary + +\newpage + +\listoftables +\newpage + +\listoffigures +\newpage + +\listoftodos \end{document}