Session 3 now compiles; errors corrected.
--- a/day1/session3.tex Wed Oct 14 16:34:30 2009 +0530
+++ b/day1/session3.tex Wed Oct 14 20:05:22 2009 +0530
@@ -135,7 +135,7 @@
\end{itemize}
\end{frame}
-\begin{frame}
+\begin{frame}[fragile]
\frametitle{Least Squares Fit \ldots}
Machinery Required -
\begin{itemize}
@@ -166,7 +166,7 @@
\end{frame}
\begin{frame}[fragile]
-\frametitle{Calculating T^2}
+\frametitle{Calculating $T^2$}
\begin{itemize}
\item Each element of the list T must be squared
\item Iterating over each element of the list works
@@ -241,7 +241,7 @@
\begin{lstlisting}
p=poly1d(coeffs)
\end{lstlisting}
-\item Get new T^2 values using the function \typ{p} obtained
+\item Get new $T^2$ values using the function \typ{p} obtained
\begin{lstlisting}
Tline = p(L)
\end{lstlisting}
@@ -249,6 +249,7 @@
\begin{lstlisting}
plot(L, Tline)
\end{lstlisting}
+\end{itemize}
\end{frame}
\end{document}