-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapitFinalReport.tex
More file actions
58 lines (42 loc) · 1.14 KB
/
MapitFinalReport.tex
File metadata and controls
58 lines (42 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\include{preamble}
% End of preamble. Here it comes the document.
\begin{document}
\title{\plaintitle}
\numberofauthors{4}
\author{%
\alignauthor{Crazy Adi\\
\affaddr{University of Applied Trolling}\\
\affaddr{Duck Town, Honolulu}\\
\email{127.0.0.1@me.com}}\\
\alignauthor{King Adil\\
\affaddr{Adil University}\\
\affaddr{Adil Town, Adil Land}\\
\email{adil@theking.com}}\\
\alignauthor{Awesome Andreas\\
\affaddr{Elite University of brilliant Minds}\\
\affaddr{Santiago, Terrabitia}\\
\email{justask@me.com}}\\
\alignauthor{Itsa Namung\\
\affaddr{Green University of Logo Creation}\\
\affaddr{Castle town, Italy}\\
\email{giveme@freefood.com}}\\
}
\maketitle
\begin{abstract}
\end{abstract}
\keywords{\plainkeywords}
% Please write every sentence in a seperate line!
\section{Introduction}
\section{Background and Related Work}
\section{System}
\section{Evaluation}
\section{Discussion}
% REFERENCES FORMAT
% References must be the same font size as other body text.
\bibliographystyle{aux/SIGCHI-Reference-Format}
\bibliography{aux/lit}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: