I am doing a Beamer and I don't know how to put something like that:
\begin{enumerate}
\item item1
\end{enumerate}
\begin{itemize}
\item[1'] % I want that the 1' appears inside a ball.
\end{itemize}
\begin{enumerate}\setcounter{enumi}{1}
\item item2
\item item3
\end{enumerate}
Best Answer
The easy way for automatic numeration: use an appropriate theme in the preamble:
The hard way for the same: remember to write
(...and set more things to have an attractive presentation).
For custom items a solution could be
tikz
macro that can look almost as the default numbered items, but in long items the ball become enormous. The same as rounded boxes are more elegant in this case. There are other possible decorations without managing directly tkiz. For example, themenukeys
, or without extra packages, with\fbox
or\textcircle
(but the last one do not allow much more that one digit). With thepifont
package it is possible print one digit in filled circle, but anything extra must be outside. A comparison of these methods is made in this MWE: