avr.tex implementiert
[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 \newcommand{\insertemail}[1]{\href{mailto:#1}{#1}}
9
10 \newcommand{\longcomment}[1]{}
11
12 \newcommand{\addauthor}[3]{
13         #1 {\small (#2)}\\{\small\insertemail{#3}}
14 }
15
16 \newcommand{\allauthors}{
17         \author{
18                 \addauthor{Markus Hofst\"atter}{07xxxxx}{markus.manrow@gmx.at}\and
19                 \addauthor{Martin Perner}{0725782}{e0725782@student.tuwien.ac.at}\and
20                 \addauthor{Stefan Rebernig}{07xxxxx}{stefan.rebernig@gmail.com}\and
21                 \addauthor{Manfred Schwarz}{0725898}{e0725898@student.tuwien.ac.at}\and
22                 \addauthor{Bernhard Urban}{0725771}{lewurm@gmail.com}
23         }
24 }
25
26 \lstset{
27         tabsize=4
28 }