#Command for transforming figs to tex
#fig2dev -Llatex $1 $2.tex
cat ~shasha/bin/slitexheader > $1.tex
fig2dev -Llatex $1 $1.temp
cat $1.temp >> $1.tex
rm  $1.temp

# Here is how to include the result foo in slitex
#\begin{slide}
#\include{foo} 
#\end{slide}
