[pstricks] Enumitem/powerdot broken?

Hubert Lam hubert at lamfamily.info
Sat Nov 26 13:54:03 CET 2011


Hi all

I have enumitem 3.5.2 (28/9/2011) + powerdot (April 2011) version, and it seems this year's releases of enumitem has severely broken its working relationship with powerdot - with "resume", "start=" and "leftmargin=" options being completely broken.

This will break the compilation:

\documentclass[nopagebreaks, display=slides, style=sailor, mode=present, paper=screen, size=10pt]{powerdot}
\begin{document}
\begin{slide}{test}
\begin{itemize}[leftmargin=*]
\item   sdfdsf
\end{itemize}
\end{slide}
\end{document}

Compilation error:

LaTeX Warning: Reference `lastslide' on page 1 undefined on input line 10.


! Package xkeyval Error: `leftmargin' undefined in families `enumitem'.

See the xkeyval package documentation for explanation.
Type  H <return>  for immediate help.
...

l.10 \end{slide}

?

Removing the "leftmargin=*" option will allow successful compilation. Similarly, attempts to use "start=" (enumerate list) and "resume" will also break it.

However, using the same code on the article class and by loading enumitem manually will in fact result in successful compilation.

Can anyone help?

Thanks

Hubert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20111126/427a7ecc/attachment.html>


More information about the PSTricks mailing list