diff options
Diffstat (limited to 'plotting-data/slides.tex')
-rw-r--r-- | plotting-data/slides.tex | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/plotting-data/slides.tex b/plotting-data/slides.tex index c48484d..575632f 100644 --- a/plotting-data/slides.tex +++ b/plotting-data/slides.tex @@ -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 @@ showstringspaces=false, keywordstyle=\color{blue}\bfseries} \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} |