-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
executable file
·64 lines (43 loc) · 1.27 KB
/
main.tex
File metadata and controls
executable file
·64 lines (43 loc) · 1.27 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
59
60
61
62
63
64
%\documentclass[runningheads,a4paper]{llncs}
\documentclass[10pt,journal]{IEEEtran}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{bchart}
\usepackage{dcolumn}
\usepackage{float}
\usepackage{verbatim}
\usepackage{subfigure}
\newcommand{\kn}[1]{{\textbf{[KN!]}}\footnote{{\textbf{[Kamyar]:}}#1}}
%\newcommand{\lm}[1]{{\textbf{[LM!]}}\footnote{{\textbf{[Liam]:}}#1}}
\newcommand{\lm}[1]{}
\newcommand{\en}[1]{{\textbf{[EN!]}}\footnote{{\textbf{[Edith]:}}#1}}
\addtolength{\belowcaptionskip}{-10pt}
\begin{document}
\title{A Survey on Internet-of-Things for Smart Cities and Urban Informatics}
%\author{\IEEEauthorblockN{Liam McNamara\IEEEauthorrefmark{1} and
%Edith Ngai\IEEEauthorrefmark{2}}
%\IEEEauthorblockA{\\
%Department of Information Technology,
%Uppsala University, Sweden \\
%Email: \IEEEauthorrefmark{1}ljjm@sics.se,
%\IEEEauthorrefmark{2}edith.ngai@it.uu.se}
%}
\author{
}
\pagestyle{plain} % gives page numbers: comment out for camera-ready version
\maketitle
\input{Abstract}
\input{Introduction}
\input{Overview}
\input{Problems}
\input{Crossplane}
\input{Future}
\input{Conclusions}
%\section*{Acknowledgements}
%\thispagestyle{empty}
%\linespread{0} \footnotesize \footnotesize
\bibliographystyle{IEEEtran}
\small{
\bibliography{references}
}
\end{document}