[XeTeX] Latex error: \labelitemi undefined.

Berteun Damman berteun at gmail.com
Fri Nov 16 23:00:37 CET 2007


On Nov 16, 2007 4:46 PM, Stefan Pohl <stefan.pohl at ish.de> wrote:
> Dear list-members,
>
> I get the Latex error: \labelitemi undefined. What is wrong in my code? See
> below.

This is not a XeTeX-problem. Also, your document is not a minimal
example. Trying to eliminate even more might help you find the problem
yourself more easily. For example, the following document exhibits the
same problem:

\documentclass{beamer}
\renewcommand{\labelitemi}{\textbf{\ding{192}}}
\begin{document}
\end{document}

But, to answer your question: Beamer redefines itemize and \item so
you can use things like \item<1> to specify overlays. Changing the
style is done by redefining beamer templates, not by renewing
labelitemi. For an overview how to do this, refer to you beamer manual
page 104 (for version 3.07) and page 158 and further (section 16.3.2).

What you want is replacing the above renewcommand by:
\setbeamertemplate{itemize item}{\textbf{\ding{192}}}

Berteun


More information about the XeTeX mailing list