summaryrefslogtreecommitdiff
path: root/advanced_python/lecture_template.tex
blob: 4ed1715a22c46d5561089e89fef8cb747bf6bdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[14pt,compress,aspectratio=169]{beamer}

\input{macros.tex}

\title[Introduction to OOP]{Advanced Python}
\subtitle{Introduction to Object Oriented Programming }

\author[FOSSEE] {The FOSSEE Group}

\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
\date[] {Mumbai, India}

\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}
  \frametitle{Outline}
  \begin{itemize}
  \end{itemize}
\end{frame}



\begin{frame}
  \frametitle{Summary}
  \begin{itemize}
  \end{itemize}
\end{frame}


\end{document}