From 9a82414d19f7be403ac491bac0efa980814d0748 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 28 Oct 2009 15:45:57 +0530 Subject: Added differentiation example. --- day1/session1.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'day1/session1.tex') diff --git a/day1/session1.tex b/day1/session1.tex index 56b8265..83223c5 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -164,12 +164,12 @@ Breaking out of loops \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} -- cgit