isa: first usable version
[calu.git] / 2_isa / 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 %used for coloring of instr.
10 \usepackage{colortbl}
11
12 \definecolor{title}{rgb}{0.86,0.86,0.86}
13 \definecolor{bit}{rgb}{0.8,0.86,0.8}
14 \definecolor{bitval}{rgb}{0.8,0.8,0.8}
15 \definecolor{names}{rgb}{0.86,0.93,0.86}
16
17 \arrayrulecolor{black}
18
19
20 % put footnotes below floats
21 % this is a good idea if the table for the cmp looks bad on top of page
22 \usepackage{fnpos}
23 \makeFNbelow
24
25
26 \lstset{%
27 basicstyle=\footnotesize,
28 frame=single,
29 breaklines=true,
30 tabsize=4
31 }
32
33 \newcommand{\insertemail}[1]{\href{mailto:#1}{#1}}
34
35 \newcommand{\longcomment}[1]{}
36
37 \newcommand{\addauthor}[3]{
38         #1 {\small (#2)}\\{\small\insertemail{#3}}
39 }
40
41 \newcommand{\allauthors}{
42         \author{
43                 \addauthor{Markus Hofst\"atter}{0725034}{markus.manrow@gmx.at}\and
44                 \addauthor{Martin Perner}{0725782}{e0725782@student.tuwien.ac.at}\and
45                 \addauthor{Stefan Rebernig}{0726283}{stefan.rebernig@gmail.com}\and
46                 \addauthor{Manfred Schwarz}{0725898}{e0725898@student.tuwien.ac.at}\and
47                 \addauthor{Bernhard Urban}{0725771}{lewurm@gmail.com}
48         }
49 }