isa_cmp: added cmp table and changed bit of style
[calu.git] / 1_isacmp / common.sty
index 5c42f017e20fd3ddc35cd38001da59654a7bda5f..4e2cb15a7b4c499952f642089753c2ecfdf8cc96 100644 (file)
@@ -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]{}