gordon wrote: > I'm afraid that doesn't work. All bullets on all levels are dashes.
it works as long as you do not want the "default" buttons. If you want them,
however, write in preamble:
\AtBeginDocument{
\renewcommand{\labelitemi}{\textbullet}
\renewcommand\labelitemii{\normalfont\bfseries \textendash}
\renewcommand\labelitemiii{\textasteriskcentered}
\renewcommand\labelitemiv{\textperiodcentered}
}
Juergen.
