X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=1_isacmp%2Fcommon.sty;h=4e2cb15a7b4c499952f642089753c2ecfdf8cc96;hb=c07bccd665728a8693b2c5be891cd4a4a6d71235;hp=726344dccaa2ee9dfd0bddda009ebf6cce192db0;hpb=7c409b74a68a2239b606e7d8cd970c963189e7aa;p=calu.git diff --git a/1_isacmp/common.sty b/1_isacmp/common.sty index 726344d..4e2cb15 100644 --- a/1_isacmp/common.sty +++ b/1_isacmp/common.sty @@ -5,6 +5,20 @@ \usepackage[latin1]{inputenc} \usepackage{listings} + +% 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]{} @@ -22,7 +36,3 @@ \addauthor{Bernhard Urban}{0725771}{lewurm@gmail.com} } } - -\lstset{ - tabsize=4 -}