s3e: fix build break
[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 \usepackage{ngerman}
8
9
10 % put footnotes below floats
11 % this is a good idea if the table for the cmp looks bad on top of page
12 \usepackage{fnpos}
13 \makeFNbelow
14
15
16 \lstset{%
17 basicstyle=\footnotesize,
18 frame=single,
19 breaklines=true,
20 tabsize=4
21 }
22
23 \newcommand{\insertemail}[1]{\href{mailto:#1}{#1}}
24
25 \newcommand{\longcomment}[1]{}
26
27 \newcommand{\addauthor}[3]{
28         #1 {\small (#2)}\\{\small\insertemail{#3}}
29 }
30
31 \newcommand{\allauthors}{
32         \author{
33                 \addauthor{Markus Hofst\"atter}{0725034}{markus.manrow@gmx.at}\and
34                 \addauthor{Martin Perner}{0725782}{e0725782@student.tuwien.ac.at}\and
35                 \addauthor{Stefan Rebernig}{0726283}{stefan.rebernig@gmail.com}\and
36                 \addauthor{Manfred Schwarz}{0725898}{e0725898@student.tuwien.ac.at}\and
37                 \addauthor{Bernhard Urban}{0725771}{lewurm@gmail.com}
38         }
39 }