From 4d71e7b59124d657f44348c2ce1ea1597333e44c Mon Sep 17 00:00:00 2001 From: Ross Churchley Date: Thu, 9 Jul 2015 18:39:13 -0700 Subject: [PATCH] Fix #29 Also consolidates `itemize item` templates --- beamerinnerthememetropolis.dtx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/beamerinnerthememetropolis.dtx b/beamerinnerthememetropolis.dtx index 1c866c4..c916a96 100644 --- a/beamerinnerthememetropolis.dtx +++ b/beamerinnerthememetropolis.dtx @@ -442,20 +442,10 @@ % % % -% \subsubsection{Itemize/enumerate environments} -% \begin{macrocode} -\setlength{\leftmargini}{1em} -\setlength{\leftmarginii}{1em} -\setlength{\leftmarginiii}{1em} -\setbeamertemplate{itemize item}{\textbullet} -\setbeamertemplate{itemize subitem}{\textbullet} -\setbeamertemplate{itemize subsubitem}{\textbullet} -% \end{macrocode} -% -% -% -% \subsubsection{Figures and tables} +% \subsubsection{Lists and floats} +% % \begin{macrocode} +\setbeamertemplate{itemize items}{\textbullet} \setbeamertemplate{caption label separator}{: } \setbeamertemplate{caption}[numbered] % \end{macrocode}