\documentclass[ 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 \setlength{\parskip}{1\baselineskip} \frontmatter \include{parts/Introduction} \tableofcontents \pagestyle{ruled} \mainmatter% \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} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: