Skip to content

Commit

Permalink
feat: modify bullet symbols for itemize lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jan 11, 2024
1 parent e72eaa9 commit 0042dcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/beamerinnerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,9 @@
% \subsubsection{Lists and floats}
%
% \begin{macrocode}
\setbeamertemplate{itemize items}{\textbullet}
\setbeamertemplate{itemize item}{\(\bullet\)}
\setbeamertemplate{itemize subitem}{\(\circ\)}
\setbeamertemplate{itemize subsubitem}{\textbullet}
\setbeamertemplate{caption label separator}{: }
\setbeamertemplate{caption}[numbered]
% \end{macrocode}
Expand Down

0 comments on commit 0042dcb

Please sign in to comment.