diff options
Diffstat (limited to 'day1/session4.tex')
-rw-r--r-- | day1/session4.tex | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/day1/session4.tex b/day1/session4.tex index 68fe51b..78317e6 100644 --- a/day1/session4.tex +++ b/day1/session4.tex @@ -96,13 +96,13 @@ \end{frame} } -%%\AtBeginSection[] -%%{ - %%\begin{frame}<beamer> -%% \frametitle{Outline} - %% \tableofcontents[currentsection,currentsubsection] - %%\end{frame} -%%} +\AtBeginSection[] +{ + \begin{frame}<beamer> + \frametitle{Outline} + \tableofcontents[currentsection,currentsubsection] + \end{frame} +} % If you wish to uncover everything in a step-wise fashion, uncomment % the following command: @@ -245,11 +245,13 @@ matrix([[ 1.00000000e+00], \end{lstlisting} \end{frame} +\section{Summary} \begin{frame} - \frametitle{Things we have learned} + \frametitle{Summary} +So what did we learn?? \begin{itemize} - \item - \item + \item Matrices + \item Solving linear equations \end{itemize} \end{frame} |