From cbaf4f336a05107afc0067a6cbf2c78bf4b35375 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Mon, 28 Jun 2010 00:14:02 -0500 Subject: Adding an acknowledgement slide to session 1. Minor changes to session 2. --HG-- branch : scipy2010 --- day1/session1.tex | 13 +++++++++++++ day1/session2.tex | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/day1/session1.tex b/day1/session1.tex index 4c26942..c463f47 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -123,6 +123,19 @@ Day 1, Session 1} %% % You might wish to add the option [pausesections] %% \end{frame} +\begin{frame} + \frametitle{Acknowledgement} + \Large + \begin{center} + \alert{FOSSEE group (\url{fossee.in})} \\ + based at\\ + \alert{IIT Bombay}\\ + and funded by\\ + The National Mission on Education through ICT, \\ + \alert{Ministry of HRD, India} + \end{center} +\end{frame} + \begin{frame} \frametitle{Tutorial Schedule: Day 1} \begin{description} diff --git a/day1/session2.tex b/day1/session2.tex index 5b39d39..75ce2c5 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -171,13 +171,13 @@ Out[]: \begin{frame}[fragile] \begin{figure} -\includegraphics[width=2in]{data/stline_dots.png} -\includegraphics[width=2in]{data/stline_points.png} +\includegraphics[interpolate=true,width=2.35in]{data/stline_dots.png} +\includegraphics[interpolate=true,width=2.35in]{data/stline_points.png} \end{figure} \end{frame} \begin{frame}[fragile] -\frametitle{Additional Plotting Attributes} +\frametitle{Additional Line Styles} \begin{itemize} \item \typ{'o'} - Filled circles \item \typ{'.'} - Small Dots -- cgit