Tagged Questions
9
votes
3answers
148 views
How to “bubble in”/color fill an item counter ((A),(B),(C),…) in an enumerated list
I'm trying to make an answer explanation guide for a test where the correct answer is "bubbled in".
I've tried using the enumitem package and tikz as shown in this post (Enumerated list with blue ...
7
votes
2answers
4k views
Changing color of default enumeration
To my surprise, I've had trouble finding red themes, and used the beamer theme matrix to find CambridgeUS. I've changed the itemized bullets to match, but I can't seem to make the enumerations red. ...
7
votes
2answers
2k views
Changing Enumerate Colors using Beamer Theme Berlin
I am trying to figure out how to change the coloring of enumerations in Beamer using the Theme 'Berlin'. I was able to change the color of the Itemize environment by:
\setbeamercolor{itemize ...
5
votes
2answers
966 views
Coloured numbering in a list?
Is there a way to obtain coloured numbering in an enumerate list?
\begin{enumerate}
\item First
\item Second
\item Third
\end{enumerate}
I'd like the 1, 2, 3 to be in blue. I thought this should be ...