\usepackage{graphicx} \usepackage{amsmath} \usepackage{hyperref} \usepackage{url} \usepackage{color} \usepackage[latin1]{inputenc} \usepackage{listings} %\usepackage{ngerman} \usepackage{longtable} %used for coloring of instr. \usepackage{colortbl} \definecolor{title}{rgb}{0.86,0.86,0.86} \definecolor{bit}{rgb}{0.8,0.86,0.8} \definecolor{bitval}{rgb}{0.8,0.8,0.8} \definecolor{names}{rgb}{0.86,0.93,0.86} \arrayrulecolor{black} % put footnotes below floats % this is a good idea if the table for the cmp looks bad on top of page \usepackage{fnpos} \makeFNbelow \lstset{% basicstyle=\footnotesize, frame=single, breaklines=true, tabsize=4 } \newcommand{\insertemail}[1]{\href{mailto:#1}{#1}} \newcommand{\longcomment}[1]{} \newcommand{\addauthor}[3]{ #1 {\small (#2)}\\{\small\insertemail{#3}} } \newcommand{\todo}[1]{ \large\textcolor{red}{TODO: #1} } \lstset{% basicstyle=\footnotesize, frame=single, breaklines=true, tabsize=4 } \newcommand{\listingS}[2] { %wtf, no "Assembler" exists?? %\lstinputlisting[language=Assembler,caption=#1]{#2} \lstinputlisting[caption=#1]{#2} } \newcommand{\listingC}[2] { \lstinputlisting[language=C,caption=#1]{#2} } \newcommand{\allauthors}{ \author{ \addauthor{Markus Hofst\"atter}{0725034}{markus.manrow@gmx.at}\and \addauthor{Martin Perner}{0725782}{e0725782@student.tuwien.ac.at}\and \addauthor{Stefan Rebernig}{0726283}{stefan.rebernig@gmail.com}\and \addauthor{Manfred Schwarz}{0725898}{e0725898@student.tuwien.ac.at}\and \addauthor{Bernhard Urban}{0725771}{lewurm@gmail.com} } }