diff options
author | Prabhu Ramachandran | 2019-04-16 17:51:26 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2019-04-16 17:51:26 +0530 |
commit | da8fd7e44675d0287c4095ea63e6bf56913dbfb3 (patch) | |
tree | fcc173af878438cfbe5a52ff4c5da6639550fd44 /testing/macros.tex | |
parent | 827078ff07535c96025384f351cbf0ebe4dcaeae (diff) | |
download | python-workshops-da8fd7e44675d0287c4095ea63e6bf56913dbfb3.tar.gz python-workshops-da8fd7e44675d0287c4095ea63e6bf56913dbfb3.tar.bz2 python-workshops-da8fd7e44675d0287c4095ea63e6bf56913dbfb3.zip |
Reorganize the pytest slides.
Diffstat (limited to 'testing/macros.tex')
-rw-r--r-- | testing/macros.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/macros.tex b/testing/macros.tex index 500912c..b5d16e3 100644 --- a/testing/macros.tex +++ b/testing/macros.tex @@ -2,9 +2,9 @@ % Modified from: generic-ornate-15min-45min.de.tex \mode<presentation> { - \usetheme{Warsaw} + \usetheme{Madrid} \useoutertheme{infolines} - \setbeamercovered{transparent} + \setbeamercovered{invisible} } \usepackage[english]{babel} @@ -41,9 +41,10 @@ \newcommand{\typ}[1]{\textbf{\texttt{{#1}}}} - \newcommand{\kwrd}[1]{ \texttt{\textbf{\color{blue}{#1}}} } +\newcommand{\py}[1]{\lstinline{#1}} + %%% This is from Fernando's setup. % \usepackage{color} % \definecolor{orange}{cmyk}{0,0.4,0.8,0.2} |