% \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} \end{document}