Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
annotate Report/chiliguano_msc_finalproject.tex @ 2:cb62e1df4493
Report
author | Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk> |
---|---|
date | Sat, 11 Jul 2015 17:17:25 +0100 |
parents | |
children | 1dbd24575d44 |
rev | line source |
---|---|
p@2 | 1 \documentclass[12pt,draft,spaced,oneside,openright]{qmwphd} |
p@2 | 2 % Final MSc project report using qmwphd.cls |
p@2 | 3 \usepackage{moreverb} % This defines \verbatiminput. |
p@2 | 4 \begin{document} |
p@2 | 5 |
p@2 | 6 \frontmatter |
p@2 | 7 |
p@2 | 8 \author{Paulo Esteban Chiliguano Torres} |
p@2 | 9 \title{Hybrid music recommender using content-based and social information} |
p@2 | 10 \qualification{Master of Science} |
p@2 | 11 |
p@2 | 12 \maketitle |
p@2 | 13 \begin{summary} |
p@2 | 14 . |
p@2 | 15 \end{summary} |
p@2 | 16 |
p@2 | 17 \tableofcontents |
p@2 | 18 |
p@2 | 19 \listoffigures |
p@2 | 20 |
p@2 | 21 % could also have a \listoftables, but this example doesn't include any |
p@2 | 22 |
p@2 | 23 \begin{acknowledgements} |
p@2 | 24 . |
p@2 | 25 \end{acknowledgements} |
p@2 | 26 |
p@2 | 27 \mainmatter |
p@2 | 28 % Start the main context |
p@2 | 29 \include{ch1/ch1} |
p@2 | 30 \include{ch2/ch2} |
p@2 | 31 \include{ch3/ch3} |
p@2 | 32 \include{ch4/ch4} |
p@2 | 33 \include{ch5/ch5} |
p@2 | 34 \include{ch6/ch6} |
p@2 | 35 |
p@2 | 36 \bibliographystyle{plain} |
p@2 | 37 \bibliography{chiliguano_msc_finalproject} |
p@2 | 38 |
p@2 | 39 \backmatter |
p@2 | 40 |
p@2 | 41 \end{document} |