diff options
author | Santosh G. Vattam | 2009-10-28 16:03:11 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2009-10-28 16:03:11 +0530 |
commit | 9cdb9f91d5e426c1a3727344c7c3ab070ea57af8 (patch) | |
tree | 19aa127bf75fbfdcc0b417581962a7806405178a /day1/session1.tex | |
parent | b8ae76ebecfbf1ddf39b57f7e13e22b4f40ccbf5 (diff) | |
parent | 51460ba7f1312ad7ce964c38b7ec3868d1295931 (diff) | |
download | workshops-9cdb9f91d5e426c1a3727344c7c3ab070ea57af8.tar.gz workshops-9cdb9f91d5e426c1a3727344c7c3ab070ea57af8.tar.bz2 workshops-9cdb9f91d5e426c1a3727344c7c3ab070ea57af8.zip |
Merged branches.
Diffstat (limited to 'day1/session1.tex')
-rw-r--r-- | day1/session1.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/session1.tex b/day1/session1.tex index 6f4a4b6..b75e63d 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -223,12 +223,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} |