day1/session1.tex
changeset 236 da426ad6f0a9
parent 225 a83f7be6f16c
child 239 8953675dc056
child 246 d054581ef4b1
--- 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}