diff -r cfc86eea45b4 -r 5712cc7589f9 presentations/basic-plot.tex --- a/presentations/basic-plot.tex Wed Apr 07 22:11:33 2010 +0530 +++ b/presentations/basic-plot.tex Thu Apr 08 14:32:43 2010 +0530 @@ -87,7 +87,7 @@ \end{frame} \begin{frame} - \frametitle{About the Workshop} + \frametitle{About the Session} \begin{block}{Intended Audience} \begin{itemize} \item Engg., Mathematics and Science teachers. @@ -110,23 +110,23 @@ \end{itemize} \end{frame} -\begin{frame}[fragile] -\frametitle{Starting up \ldots} -\begin{block}{} -\begin{verbatim} - $ ipython -pylab -\end{verbatim} -\end{block} -\begin{lstlisting} - In []: print "Hello, World!" - Hello, World! -\end{lstlisting} -Exiting -\begin{lstlisting} - In []: ^D(Ctrl-D) - Do you really want to exit([y]/n)? y -\end{lstlisting} -\end{frame} +%% \begin{frame}[fragile] +%% \frametitle{Starting up \ldots} +%% \begin{block}{} +%% \begin{verbatim} +%% $ ipython -pylab +%% \end{verbatim} +%% \end{block} +%% \begin{lstlisting} +%% In []: print "Hello, World!" +%% Hello, World! +%% \end{lstlisting} +%% Exiting +%% \begin{lstlisting} +%% In []: ^D(Ctrl-D) +%% Do you really want to exit([y]/n)? y +%% \end{lstlisting} +%% \end{frame} \begin{frame}[fragile] \frametitle{Summary} @@ -164,3 +164,4 @@ \end{frame} \end{document} +