feat: modify bullet symbols for itemize lists
This commit is contained in:
parent
e72eaa9af2
commit
0042dcb8b7
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue