feat: modify bullet symbols for itemize lists

This commit is contained in:
Johan Larsson 2024-01-11 10:47:24 +01:00
parent e72eaa9af2
commit 0042dcb8b7
1 changed files with 3 additions and 1 deletions

View File

@ -479,7 +479,9 @@
% \subsubsection{Lists and floats} % \subsubsection{Lists and floats}
% %
% \begin{macrocode} % \begin{macrocode}
\setbeamertemplate{itemize items}{\textbullet} \setbeamertemplate{itemize item}{\(\bullet\)}
\setbeamertemplate{itemize subitem}{\(\circ\)}
\setbeamertemplate{itemize subsubitem}{\textbullet}
\setbeamertemplate{caption label separator}{: } \setbeamertemplate{caption label separator}{: }
\setbeamertemplate{caption}[numbered] \setbeamertemplate{caption}[numbered]
% \end{macrocode} % \end{macrocode}