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