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:
parent
fd86a305e9
commit
81037c66e1
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue