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/intro.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/intro.tex')
-rw-r--r-- | advanced_python/intro.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advanced_python/intro.tex b/advanced_python/intro.tex index d0a7198..ce75248 100644 --- a/advanced_python/intro.tex +++ b/advanced_python/intro.tex @@ -1,4 +1,4 @@ -\documentclass[14pt,compress]{beamer} +\documentclass[14pt,compress,aspectratio=169]{beamer} \input{macros.tex} @@ -36,6 +36,7 @@ \begin{itemize} \item Canopy \item Spyder + \item Emacs/Vim \item VS Code \url{code.visualstudio.com} \end{itemize} \item Any Python environment works |