X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=CinelerraGG_Manual.tex;h=c474dc94d0b6ef307c35747f4385c7bdf3e46bba;hp=1bf7d8df784555265b5add4338827ae04c3bf7b4;hb=9a55f686bcef38dd61887a2cadfaecdbe7e2333c;hpb=1c25f9273a30f75980780a070a1cc01eb0fc30dc diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index 1bf7d8d..c474dc9 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -2,12 +2,14 @@ \documentclass[ letter, 14pt, -oneside, +twoside, 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 @@ -16,17 +18,46 @@ svgnames \newpage \frontmatter -%\pagenumbering{Roman} \include{parts/Introduction} % Introduction \tableofcontents -\pagestyle{plain} +\pagestyle{ruled} \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/Glossary} +\printnomenclature % print glossary + +\newpage + +\listoftables +\newpage + +\listoffigures +\newpage + +\listoftodos \end{document}