plotting-data/slides.tex
changeset 434 c8ffd52305ff
parent 432 c92662f02209
parent 429 bb6bab81e9f2
--- a/plotting-data/slides.tex	Tue Nov 09 23:26:39 2010 +0530
+++ b/plotting-data/slides.tex	Wed Nov 10 02:12:09 2010 +0530
@@ -1,4 +1,4 @@
-% Created 2010-11-09 Tue 23:18
+% Created 2010-11-10 Wed 02:09
 \documentclass[presentation]{beamer}
 \usepackage[latin1]{inputenc}
 \usepackage[T1]{fontenc}
@@ -287,12 +287,27 @@
 \label{sec-15}
 
 \begin{verbatim}
-  L = [0.1, 0.2, 0.3, 0.4, 0.5,                                             |
+  L = [0.1, 0.2, 0.3, 0.4, 0.5,
        0.6, 0.7, 0.8, 0.9]  
   plot(x,y,'o')
   plot(x,y,'.')
-  errorbar(L,tsquare,xerr=delta_L, yerr=delta_T, fmt='b.')    
 \end{verbatim}
 \end{frame}
+\begin{frame}
+\frametitle{Thank you!}
+\label{sec-16}
+
+  \begin{block}{}                                                                                                                                            
+  \begin{center}                                                                                                                                             
+  This spoken tutorial has been produced by the                                                                                                              
+  \textcolor{blue}{FOSSEE} team, which is funded by the                                                                                                      
+  \end{center}                                                                                                                                               
+  \begin{center}                                                                                                                                             
+    \textcolor{blue}{National Mission on Education through \\                                                                                                
+      Information \& Communication Technology \\                                                                                                             
+      MHRD, Govt. of India}.                                                                                                                                 
+  \end{center}                                                                                                                                               
+  \end{block}                                                                                                                                                
+\end{frame}
 
 \end{document}