diff options
author | Prabhu Ramachandran | 2010-06-28 00:14:02 -0500 |
---|---|---|
committer | Prabhu Ramachandran | 2010-06-28 00:14:02 -0500 |
commit | d8e192b5a8e28a8069b1d19489dd7ae964ebba63 (patch) | |
tree | 8df45461dfe3ec951e90dd4a892ee9dd7f159aff | |
parent | 4a4019fa81927f1fe2472c345b23eb374d4d9e2e (diff) | |
download | workshops-d8e192b5a8e28a8069b1d19489dd7ae964ebba63.tar.gz workshops-d8e192b5a8e28a8069b1d19489dd7ae964ebba63.tar.bz2 workshops-d8e192b5a8e28a8069b1d19489dd7ae964ebba63.zip |
Adding an acknowledgement slide to session 1. Minor changes to session
2.
--HG--
branch : scipy2010
-rw-r--r-- | day1/session1.tex | 13 | ||||
-rw-r--r-- | 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 @@ -124,6 +124,19 @@ Day 1, Session 1} %% \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} \item[Session 1-2] 08:00--10:00 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[]: <matplotlib.text.Text object at 0x98746ec> \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 |