smaller bibliography for more content
[skm-ma-ws1314.git] / main.tex
index aaf81e7..d6257cc 100644 (file)
--- a/main.tex
+++ b/main.tex
@@ -6,12 +6,16 @@
 \usepackage{graphicx}
 \usepackage{wrapfig}
 \usepackage[hidelinks=true]{hyperref}
+\usepackage{todonotes}
 \usepackage{tikz}
+\usepackage{enumitem}  % for sparse lists with \setlist
+
 \usetikzlibrary{arrows}
 \urlstyle{sf}
+\setlist[enumerate]{noitemsep}
+\setlist[itemize]{noitemsep}
 
 \newcommand{\pages}[1]{\marginpar{#1 pages}}
-\newcommand{\todo}[1][]{\textcolor{red}{TODO #1} \\}
 \newcommand{\term}[1]{\emph{#1}}
 \newcommand{\code}[1]{\textsf{#1}}
 
@@ -25,7 +29,7 @@ Masses with XMPP}
 
 %% Introduction
 \section{Introduction}
-\todo
+\todo{asdf}
 \pages{0-1}
 short overview, not too long: what do we want, what are we going to do?
 
@@ -34,6 +38,12 @@ how do we talk to our smart home?
 what are the challenges? (interoperability, H2M interface, self-configuration,
 information filtering to prevent information overflow)
 
+In a distributed context like the Internet of Things, devices need to be ready
+to use out of the box. Users often do not want to set up configurations for each
+device they use, and when using several of those devices, it is often not
+reasonable having to configure every single one.
+
+
 %\paragraph{Human-to-Machine Communication:} especiall in the Internet of Things,
        %Chatty Things need to be accessible for the user and should be easy to talk
        %to.
@@ -54,7 +64,7 @@ overview to the techniques used in the paper by Klauk and Kirsche
 \input{sec-discussion.tex}
 
 \bibliographystyle{plain}
-\bibliography{biblio}
+{\small \bibliography{biblio}}
 
 \end{document}
 % vim: set ft=tex et ts=2 sw=2 :
This page took 0.024668 seconds and 4 git commands to generate.