p@2: \documentclass[12pt,draft,spaced,oneside,openright]{qmwphd} p@2: % Final MSc project report using qmwphd.cls p@2: \usepackage{moreverb} % This defines \verbatiminput. p@2: \begin{document} p@2: p@2: \frontmatter p@2: p@2: \author{Paulo Esteban Chiliguano Torres} p@2: \title{Hybrid music recommender using content-based and social information} p@2: \qualification{Master of Science} p@2: p@2: \maketitle p@2: \begin{summary} p@2: . p@2: \end{summary} p@2: p@2: \tableofcontents p@2: p@2: \listoffigures p@2: p@2: % could also have a \listoftables, but this example doesn't include any p@2: p@2: \begin{acknowledgements} p@2: . p@2: \end{acknowledgements} p@2: p@2: \mainmatter p@2: % Start the main context p@2: \include{ch1/ch1} p@2: \include{ch2/ch2} p@2: \include{ch3/ch3} p@2: \include{ch4/ch4} p@2: \include{ch5/ch5} p@2: \include{ch6/ch6} p@2: p@2: \bibliographystyle{plain} p@2: \bibliography{chiliguano_msc_finalproject} p@2: p@2: \backmatter p@2: p@2: \end{document}