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=aae08534dfe4135d84a01351d50153d57d53c346;hb=b8af22290c1844a01b2c6f90966da33d67212dd1;hpb=3c43ca86e49da3eeb7e52a7ed5ae5f69c581e2a3 diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index aae0853..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,19 +27,39 @@ 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} -<<<<<<< HEAD -======= +\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 -\nomenclature{t}{test} % remove this after adding actual glosssary item + \newpage \listoftables @@ -47,6 +69,5 @@ svgnames \newpage \listoftodos ->>>>>>> einhander \end{document}