[texhax] Defining item bullets...

Ulrike Fischer news3 at nililand.de
Sat Apr 2 20:47:41 CEST 2011


Am Fri, 01 Apr 2011 20:45:56 +0200 schrieb Petar Milin:

> Hello!
> Is it possible to make my own bullets for itemization -- small pics or 
> something of that kind?

\documentclass{article}
\usepackage{graphicx}

\begin{document}
\renewcommand\labelitemi{\includegraphics[width=1cm]{tiger}}
\begin{itemize}
\item text
\end{itemize}

\renewcommand\labelitemi{blub}
\begin{itemize}
\item text
\end{itemize}
\end{document}

-- 
Ulrike Fischer 



More information about the texhax mailing list