diff -r 8eab0fee0fc2 -r da426ad6f0a9 day1/session1.tex --- a/day1/session1.tex Wed Oct 28 16:02:38 2009 +0530 +++ b/day1/session1.tex Wed Oct 28 16:03:11 2009 +0530 @@ -223,12 +223,12 @@ \includegraphics[height=2in, interpolate=true]{data/firstplot} \column{0.8\textwidth} \begin{block}{} - \small + \begin{small} \begin{lstlisting} In []: x = linspace(0, 2*pi, 51) In []: plot(x, sin(x)) \end{lstlisting} - \small + \end{small} \end{block} \end{columns} \end{frame}