diff options
Diffstat (limited to 'presentations/basic-plot.tex')
-rw-r--r-- | presentations/basic-plot.tex | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/presentations/basic-plot.tex b/presentations/basic-plot.tex index cfb6b70..beb98ac 100644 --- a/presentations/basic-plot.tex +++ b/presentations/basic-plot.tex @@ -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 @@ Exiting \end{frame} \end{document} + |