Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Report/chiliguano_msc_finalproject.tex Sat Jul 11 17:17:25 2015 +0100 @@ -0,0 +1,41 @@ +\documentclass[12pt,draft,spaced,oneside,openright]{qmwphd} +% Final MSc project report using qmwphd.cls +\usepackage{moreverb} % This defines \verbatiminput. +\begin{document} + +\frontmatter + +\author{Paulo Esteban Chiliguano Torres} +\title{Hybrid music recommender using content-based and social information} +\qualification{Master of Science} + +\maketitle +\begin{summary} +. +\end{summary} + +\tableofcontents + +\listoffigures + +% could also have a \listoftables, but this example doesn't include any + +\begin{acknowledgements} +. +\end{acknowledgements} + +\mainmatter +% Start the main context +\include{ch1/ch1} +\include{ch2/ch2} +\include{ch3/ch3} +\include{ch4/ch4} +\include{ch5/ch5} +\include{ch6/ch6} + +\bibliographystyle{plain} +\bibliography{chiliguano_msc_finalproject} + +\backmatter + +\end{document} \ No newline at end of file