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
This commit is contained in:
Johan Larsson 2025-05-13 09:28:44 +02:00
parent fd86a305e9
commit 81037c66e1
No known key found for this signature in database
GPG Key ID: 2A41C0FEDD6FF540
1 changed files with 4 additions and 2 deletions

View File

@ -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]