diff options
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} |