% \documentclass[ letter, 14pt, twoside, openright, svgnames ]{memoir} % paper size, font size and other options for document \input{common/packages.tex} % common packages \begin{document} \input{common/title.tex} % create and use custom title page \thispagestyle{empty} % no page numbers \newpage \frontmatter \include{parts/Introduction} % Introduction \tableofcontents \pagestyle{ruled} \mainmatter \include{parts/Instalation} \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/Glossary} \printnomenclature % print glossary \newpage \listoftables \newpage \listoffigures \newpage \listoftodos \end{document}