<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre>On Nov 16, 2007 4:46 PM, Stefan Pohl <<a
 href="http://tug.org/mailman/listinfo/xetex">stefan.pohl at ish.de</a>> wrote:
><i> Dear list-members,
</i>><i>
</i>><i> I get the Latex error: \labelitemi undefined. What is wrong in my code? See
</i>><i> below.
</i>
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
  </pre>
</blockquote>
Philip Taylor<br>
--------<br>
Petar Milin wrote:
<blockquote cite="mid:4DF31E74.8090802@ff.uns.ac.rs" type="cite"> <br>
Hello! <br>
I am trying to change bullets in my presentation (beamer). I use this,
as advised, but I only get errors: <br>
  <br>
\renewcommand\labelitemi{\includegraphics[width=0.3in]{backbulls/BULETT_01.GIF}}

  <br>
\renewcommand\labelitemii{\includegraphics[width=0.3in]{backbulls/BULETT_02.GIF}}

  <br>
  <br>
... <br>
! LaTeX Error: \labelitemi undefined. <br>
</blockquote>
</body>
</html>