avr: added some values
[calu.git] / 1_isacmp / common.sty
1 \usepackage{graphicx}
2 \usepackage{amsmath}
3 \usepackage{hyperref}
4 \usepackage{url}
5 \usepackage[latin1]{inputenc}
6 \usepackage{listings}
7
8
9 % put footnotes below floats
10 % this is a good idea if the table for the cmp looks bad on top of page
11 \usepackage{fnpos}
12 \makeFNbelow
13
14
15 \lstset{%
16 basicstyle=\footnotesize,
17 frame=single,
18 breaklines=true,
19 tabsize=4
20 }
21
22 \newcommand{\insertemail}[1]{\href{mailto:#1}{#1}}
23
24 \newcommand{\longcomment}[1]{}
25
26 \newcommand{\addauthor}[3]{
27         #1 {\small (#2)}\\{\small\insertemail{#3}}
28 }
29
30 \newcommand{\allauthors}{
31         \author{
32                 \addauthor{Markus Hofst\"atter}{0725034}{markus.manrow@gmx.at}\and
33                 \addauthor{Martin Perner}{0725782}{e0725782@student.tuwien.ac.at}\and
34                 \addauthor{Stefan Rebernig}{0726283}{stefan.rebernig@gmail.com}\and
35                 \addauthor{Manfred Schwarz}{0725898}{e0725898@student.tuwien.ac.at}\and
36                 \addauthor{Bernhard Urban}{0725771}{lewurm@gmail.com}
37         }
38 }