From 81037c66e1a99deb0295d40a2f205a8e757ccb6b Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Tue, 13 May 2025 09:28:44 +0200 Subject: [PATCH] feat: use beamer-like itemize item and subitem templates This brings the itemize templates more in line with beamer. The changes are mostly that the symbols are slightly raised. Alignment with te subsubitem symbol is not great, but I will defer it to another update. This also closes #49, since we now rely on `$...$` instead of `\(...\)`. fix: avoid coloring bullets based on math colors --- src/beamerinnerthememoloch.dtx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/beamerinnerthememoloch.dtx b/src/beamerinnerthememoloch.dtx index 2ecc008..589a0d2 100644 --- a/src/beamerinnerthememoloch.dtx +++ b/src/beamerinnerthememoloch.dtx @@ -442,8 +442,10 @@ % \subsubsection{Lists and Floats} % % \begin{macrocode} -\setbeamertemplate{itemize item}{\(\bullet\)} -\setbeamertemplate{itemize subitem}{\(\circ\)} +\setbeamertemplate{itemize item}[circle] +\setbeamertemplate{itemize subitem}{% + \usebeamerfont*{itemize subitem}\raise1pt\hbox{\donotcoloroutermaths$\circ$}% +} \setbeamertemplate{itemize subsubitem}{\textbullet} \setbeamertemplate{caption label separator}{: } \setbeamertemplate{caption}[numbered]