diff -r d054581ef4b1 -r 786aa938a5c3 day1/session2.tex --- a/day1/session2.tex Wed Oct 28 17:25:13 2009 +0530 +++ b/day1/session2.tex Wed Oct 28 17:26:36 2009 +0530 @@ -15,7 +15,7 @@ \mode { \usetheme{Warsaw} - \useoutertheme{split} + \useoutertheme{infolines} \setbeamercovered{transparent} } @@ -73,7 +73,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[Plotting using Python]{Python for Science and Egg. Plotting experimental data} +\title[Plotting with Python]{Python for Science and Engg: Plotting experimental data} \author[FOSSEE] {FOSSEE} @@ -226,7 +226,7 @@ \section{Lists} \begin{frame}[fragile] \frametitle{How to create the data?} -What are \typ{x} and \typ{y} here??\\ +What were \typ{x} and \typ{y}??\\ \begin{center} \alert{\typ{lists!!}} \end{center} @@ -426,7 +426,7 @@ \typ{In []: for line in open('pendulum.txt'):} \begin{itemize} \item opening file `pendulum.txt' -\item iterating through file using variable \typ{line} +\item iterating through the file by reading each line into variable \typ{line} \item \typ{line} is a \kwrd{string} variable \end{itemize} \end{frame}