[texhax] Defining item bullets...

Uwe Ziegenhagen ziegenhagen at gmail.com
Fri Apr 1 23:11:37 CEST 2011


2011/4/1 Petar Milin <pmilin at ff.uns.ac.rs>

> Hello!
> Is it possible to make my own bullets for itemization -- small pics or
> something of that kind?
>
> All the best,
> PM
>
>
Sure it is. I usually prefer the paralist package which allows the
following:

\documentclass{scrartcl}
\usepackage[]{paralist}
\begin{document}

\begin{compactitem}[$\Rightarrow$]
\item a
\item b
\item c
\end{compactitem}

You could use also the following:

\begin{itemize}
 \item [a] dfsgfd
\item [b] dfdsf
\item [c] rztrzr
\end{itemize}

\end{document}

Uwe

-- 
Uwe Ziegenhagen
<http://www.uweziegenhagen.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20110401/e8af9efb/attachment.html>


More information about the texhax mailing list