diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty
index 73105a9922b2cfe429c00be663aa26c33982ddb1..939c8925f6dbf945ae96d42d95f154f704847368 100644
--- a/beamerthemelumc.sty
+++ b/beamerthemelumc.sty
@@ -30,7 +30,11 @@
 \setbeamercolor{normal text}{fg = white}
 \setbeamercolor{frametitle}{fg = black}
 
-\setbeamertemplate{items}[circle]
+% Change the bullets in the itemize environment.
+\setbeamertemplate{itemize items}[circle]
+
+% Macro for bold text.
+\newcommand{\bt}[1]{\texttt{\textbf{#1}}}
 
 %
 % Settings for the title page.
diff --git a/presentation.tex b/presentation.tex
index da2039a124f077f55296fe7de56c907e9101cb4d..63ba3a86211b0eb67948495f6ea3f8c0e9f3b88d 100644
--- a/presentation.tex
+++ b/presentation.tex
@@ -20,6 +20,10 @@
 
 \begin{document}
 
+% This disables the \pause command, handy in the editing phase.
+%\renewcommand{\pause}{}
+
+% Make the title page.
 \bodytemplate
 
 % First page of the presentation.
@@ -47,6 +51,10 @@
   \end{itemize}
 \end{frame}
 
+\begin{frame}
+  The second slide in the same section.
+\end{frame}
+
 \section{Questions?}
 \lastpagetemplate
 \begin{frame}