p@20: % \documentclass[12pt,doubledspaced,oneside,openright]{qmwphd} p@2: % Final MSc project report using qmwphd.cls p@20: % \usepackage{moreverb} % This defines \verbatiminput. p@20: p@21: \documentclass[a4paper,12pt,draft,times]{report} p@20: %PhD Thesis Template for the School of Electronic Engineering and Computer Science, Queen Mary University of London. Stripped from Dan Stowell's PhD. p@20: p@20: %BEFORE SUBMISSION DO THESE: p@20: % * deactivate all \includeonly p@20: % * ensure \doneit set to nothing p@20: % * ensure numbering CONTINUOUS from title page on through p@20: % * activate the includes of license, ack, etc p@20: % * check through for question mark errors in render p@20: % * make sure the bibliog doesn't have ugly urls in p@20: p@20: \usepackage{ifdraft} p@20: \usepackage{amsmath} p@20: \usepackage{amsfonts} p@20: \usepackage{amssymb} p@20: \usepackage{natbib} p@20: \usepackage{har2nat} p@20: \usepackage{rotating} p@20: \usepackage[breaklinks]{hyperref} p@20: \usepackage{subfig} % apparently subfig is the one to use not subfigure p@20: \usepackage{appendix} p@20: \usepackage{tipa} p@20: \usepackage{clrscode} p@20: \usepackage{setspace} p@20: \usepackage[absolute]{textpos} p@20: p@20: p@2: \begin{document} p@20: p@20: \setlength{\TPHorizModule}{200mm} p@20: \setlength{\TPVertModule}{100mm} p@20: \textblockorigin{61mm}{19mm} p@20: p@20: %%%%% thanks alex mclean for super-useful onscreen reading tip: p@20: %\usepackage[top=0.1in, bottom=0.1in, left=0.3in, right=0.3in, paperwidth=11in, paperheight=7in]{geometry} % activate for ONSCREEN reading shape AT HOME p@20: %\usepackage[top=0.1in, bottom=0.1in, left=0.3in, right=0.3in, paperwidth=11in, paperheight=8.5in]{geometry} % activate for ONSCREEN reading shape AT WORK p@2: p@20: \doublespacing{} p@2: p@20: % numbering starts from here: p@20: \pagenumbering{arabic} p@20: p@20: % titlepage stuff p@2: \title{Hybrid music recommender using content-based and social information} p@20: \author{Paulo Esteban Chiliguano Torres \\ p@20: \\ p@21: Project Report 2015\\ p@21: MSc Sound and Music Computing\\ p@20: \\ p@20: School of Electronic Engineering and Computer Science\\ p@20: Queen Mary University of London p@20: } p@2: p@21: \date{August 2015} p@20: p@20: % \frontmatter p@20: % \author{Paulo Esteban Chiliguano Torres} p@20: % \title{Hybrid music recommender using content-based and social information} p@20: % \qualification{Master of Science} p@2: \maketitle p@20: p@20: % \include{acknowledgements/acknowledgements} p@20: p@20: % \begin{summary} p@20: % \end{summary} p@21: %\include{abstract/abstract} p@20: p@20: \setcounter{page}{3} p@2: p@2: \tableofcontents p@21: %\listoffigures p@21: %\listoftables p@20: p@2: % could also have a \listoftables, but this example doesn't include any p@2: p@20: %\mainmatter p@20: % Start the main context p@20: \include{chapter1/introduction} p@2: p@20: \include{chapter2/background} p@2: p@20: \include{chapter3/ch3} p@2: p@20: \include{chapter4/evaluation} p@20: p@20: \include{chapter5/results} p@20: p@20: \include{chapter6/conclusions} p@20: p@20: \bibliographystyle{agsm} p@20: \bibliography{references} p@20: p@20: %\backmatter p@2: p@2: \end{document}