diff options
author | Prabhu Ramachandran | 2017-11-15 18:02:55 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-11-15 18:02:55 +0530 |
commit | 9555331147e61e648c888177b350303c67c0c55d (patch) | |
tree | c2f95cd4a0a2eb37ccd47f4a1bd637fe8c09249f /advanced_python/names_objects.tex | |
parent | 8150599ada0da21aff2336e4b9a4175704d0c975 (diff) | |
download | python-workshops-9555331147e61e648c888177b350303c67c0c55d.tar.gz python-workshops-9555331147e61e648c888177b350303c67c0c55d.tar.bz2 python-workshops-9555331147e61e648c888177b350303c67c0c55d.zip |
Small changes and use 16:9 aspectratio.
Diffstat (limited to 'advanced_python/names_objects.tex')
-rw-r--r-- | advanced_python/names_objects.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/advanced_python/names_objects.tex b/advanced_python/names_objects.tex index 889741d..99eb4dd 100644 --- a/advanced_python/names_objects.tex +++ b/advanced_python/names_objects.tex @@ -1,4 +1,5 @@ -\documentclass[14pt,compress]{beamer} +\documentclass[14pt,compress,aspectratio=169]{beamer} + \input{macros.tex} @@ -258,6 +259,7 @@ In []: a = 'hello' \begin{frame}[fragile] \frametitle{Exercise 1} + \vspace*{-0.1in} \begin{lstlisting} a = [1, 2] b = a |