author | Amit Sethi |
Tue, 09 Nov 2010 12:31:05 +0530 | |
changeset 414 | f76622c8cbd9 |
parent 311 | 3f942b8d3f2f |
permissions | -rw-r--r-- |
311
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
1 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
2 |
%Tutorial slides on Python. |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
3 |
% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
4 |
% Author: FOSSEE |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
5 |
% Copyright (c) 2009, FOSSEE, IIT Bombay |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
6 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
7 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
8 |
\documentclass[14pt,compress]{beamer} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
9 |
%\documentclass[draft]{beamer} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
10 |
%\documentclass[compress,handout]{beamer} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
11 |
%\usepackage{pgfpages} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
12 |
%\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm] |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
13 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
14 |
% Modified from: generic-ornate-15min-45min.de.tex |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
15 |
\mode<presentation> |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
16 |
{ |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
17 |
\usetheme{Warsaw} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
18 |
\useoutertheme{infolines} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
19 |
\setbeamercovered{transparent} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
20 |
} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
21 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
22 |
\usepackage[english]{babel} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
23 |
\usepackage[latin1]{inputenc} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
24 |
%\usepackage{times} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
25 |
\usepackage[T1]{fontenc} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
26 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
27 |
\usepackage{ae,aecompl} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
28 |
\usepackage{mathpazo,courier,euler} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
29 |
\usepackage[scaled=.95]{helvet} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
30 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
31 |
\definecolor{darkgreen}{rgb}{0,0.5,0} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
32 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
33 |
\usepackage{listings} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
34 |
\lstset{language=Python, |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
35 |
basicstyle=\ttfamily\bfseries, |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
36 |
commentstyle=\color{red}\itshape, |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
37 |
stringstyle=\color{darkgreen}, |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
38 |
showstringspaces=false, |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
39 |
keywordstyle=\color{blue}\bfseries} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
40 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
41 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
42 |
% Macros |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
43 |
\setbeamercolor{emphbar}{bg=blue!20, fg=black} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
44 |
\newcommand{\emphbar}[1] |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
45 |
{\begin{beamercolorbox}[rounded=true]{emphbar} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
46 |
{#1} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
47 |
\end{beamercolorbox} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
48 |
} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
49 |
\newcounter{time} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
50 |
\setcounter{time}{0} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
51 |
\newcommand{\inctime}[1]{\addtocounter{time}{#1}{\tiny \thetime\ m}} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
52 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
53 |
\newcommand{\typ}[1]{\lstinline{#1}} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
54 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
55 |
\newcommand{\kwrd}[1]{ \texttt{\textbf{\color{blue}{#1}}} } |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
56 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
57 |
% Title page |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
58 |
\title{Your Title Here} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
59 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
60 |
\author[FOSSEE] {FOSSEE} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
61 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
62 |
\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
63 |
\date{} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
64 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
65 |
% DOCUMENT STARTS |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
66 |
\begin{document} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
67 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
68 |
\begin{frame} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
69 |
\maketitle |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
70 |
\end{frame} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
71 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
72 |
\begin{frame}[fragile] |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
73 |
\frametitle{Outline} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
74 |
\begin{itemize} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
75 |
\item |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
76 |
\end{itemize} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
77 |
\end{frame} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
78 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
79 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
80 |
%% All other slides here. %% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
81 |
%% The same slides will be used in a classroom setting. %% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
82 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
83 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
84 |
\begin{frame}[fragile] |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
85 |
\frametitle{Summary} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
86 |
\begin{itemize} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
87 |
\item |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
88 |
\end{itemize} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
89 |
\end{frame} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
90 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
91 |
\begin{frame} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
92 |
\frametitle{Thank you!} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
93 |
\begin{block}{} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
94 |
\begin{center} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
95 |
This spoken tutorial has been produced by the |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
96 |
\textcolor{blue}{FOSSEE} team, which is funded by the |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
97 |
\end{center} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
98 |
\begin{center} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
99 |
\textcolor{blue}{National Mission on Education through \\ |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
100 |
Information \& Communication Technology \\ |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
101 |
MHRD, Govt. of India}. |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
102 |
\end{center} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
103 |
\end{block} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
104 |
\end{frame} |
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
105 |
|
3f942b8d3f2f
Multiple plots LO - script and questions.
Puneeth Chaganti <punchagan@fossee.in>
parents:
diff
changeset
|
106 |
\end{document} |