diff options
author | Amit Sethi | 2010-11-09 23:26:39 +0530 |
---|---|---|
committer | Amit Sethi | 2010-11-09 23:26:39 +0530 |
commit | eafd0851f1785a5dc6d7922c6cae7df6783a4b68 (patch) | |
tree | afb1ac080663e962a6c9d689763c8f37a598c73f | |
parent | ba4b25491ffd355664e08adb716badf555713da8 (diff) | |
download | st-scripts-eafd0851f1785a5dc6d7922c6cae7df6783a4b68.tar.gz st-scripts-eafd0851f1785a5dc6d7922c6cae7df6783a4b68.tar.bz2 st-scripts-eafd0851f1785a5dc6d7922c6cae7df6783a4b68.zip |
Added thank you slide in plotting data
-rw-r--r-- | plotting-data/slides.org | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plotting-data/slides.org b/plotting-data/slides.org index 591caa1..762920f 100644 --- a/plotting-data/slides.org +++ b/plotting-data/slides.org @@ -182,3 +182,19 @@ : plot(x,y,'o') : plot(x,y,'.') : errorbar(L,tsquare,xerr=delta_L, yerr=delta_T, fmt='b.') +* Thank you! +#+begin_latex + \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_latex + + |