13 Jul 2011 11:58
problem with lists using MikTeX 2.9
David Griffel <david.griffel <at> gmail.com>
2011-07-13 09:58:50 GMT
2011-07-13 09:58:50 GMT
I have used powerdot with MikTex 2.8, no problems. Now I have upgraded to MikTex 2.9, and when there's a list, it fails to compile. Works OK as long as there are no list environments.
Minimal example:
Minimal example:
\documentclass[style=simple]{powerdot}\begin{document}
\begin{slide}{}
Hello
\begin{itemize}
\item world
\end{itemize}
\end{slide}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I compile using latex - dvips - ps2pdf - view pdf
It fails with error message:
I'm an ordinary Latex user, and I've no idea what's going on.! Undefined control sequence.
<argument> enit <at> cw <at> \ <at> enumctr
l.12 \end{slide}
The control sequence at the end of the top line
of your error message was never \def'ed.
I'd appreciate any advice or help.
David
.
It seems to be a problem with installing packages in MikTeX rather than a powerdot problem, so I suggest
raising the issue on the MikTeX mailing list.
Moti
>>>
> I have used powerdot with MikTex 2.8, no problems. Now I have upgraded to
> MikTex 2.9, and when there's a list, it fails to compile. Works OK as long
> as there are no list environments.
>
> Minimal example:
>
> \documentclass[style=simple]{powerdot}
>
> \begin{document}
>
> \begin{slide}{}
>
> Hello
>
> \begin{itemize}
>
> \item world
>
> \end{itemize}
>
> \end{slide}
>
> \end{document}
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> I compile using latex - dvips - ps2pdf - view pdf
>
> It fails with error message:
>
>
> ! Undefined control sequence.
>
> <argument> enit <at> cw <at> \ <at> enumctr
>
> l.12 \end{slide}
>
> The control sequence at the end of the top line
>
> of your error message was never \def'ed.
>
>
> I'm an ordinary Latex user, and I've no idea what's going on.
> I'd appreciate any advice or help.
> David
>
RSS Feed