From b178cbe302a1e6e1410911ae38d1dcb43503c2bb Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" <J.F.J.Laros@lumc.nl> Date: Mon, 7 Mar 2011 15:16:14 +0000 Subject: [PATCH] Added a macro for disabling the \pause command. Fixed a bug that placed bullets in the enumerate environment. --- beamerthemelumc.sty | 6 +++++- presentation.tex | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty index 73105a9..939c892 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 da2039a..63ba3a8 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} -- GitLab