I'm using \ding{52} and \ding{56} from the pifont package to get nice satisfying thick ticks and crosses. I'd like a question mark ? that fits with these. \textbf{?} is too small, and not thick enough. (And ideally, I'd like it to be a bit more "hand drawn".)
Does anyone have a suggestion? (Either a way to get a ? that looks good with the pifont ticks and crosses, or a way to do all three in a consistent way other wise?
Here's an example of the code I'm using.
\begin{itemize}[<+->]
\item[\onslide<+->{\ding{56}}] Foo
\item[\onslide<+->{\ding{52}}] Bar
\item[\onslide<+->{\ding{52}}] Stuff
\item[\onslide<+->{\textbf{?}}] Things
\end{itemize}


<+->and\onslide<+->do? – doncherry Aug 24 '11 at 8:39beameroverlay specifications.<+->basically means "Do this on the next slide." – Seamus Aug 24 '11 at 9:56