I wish everyone a productive 2009!
I am a new user of the Beamer class, and I have a small problem. In a bulleted list (using \begin{itemize}) I would like to have some in-line code (actually some XML snippets). I tried
Code: Select all
\begin{itemize}
\item ...
\item For example, \verb#ACTION VIEW content://contacts/1# or \verb#ACTION\_DIAL tel:9447027274#
\end{itemize}
thanks in advance
s1b