Jürgen Spitzmüller wrote:
> I get LaTeX errors when compiling this with ps2pdf (the English version
> compiles fine):
>
> ! LaTeX Error: Something's wrong--perhaps a missing \item.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type H <return> for immediate help.
> ...
>
> l.118 \lyxend
> \lyxemptyslide[toc=,randomdots]{Le transparent vide!}
> Try typing <return> to proceed.
> If that doesn't work, type X <return> to quit.
I figured that powerdot obviously clashes with recent versions of french babel
(frenchb.ldf >= 2.0).
The following preamble code makes the example compile for me:
\AtBeginDocument{%
\...@ifundefined{frenchbsetup}{}{\frenchbsetup{standardlists=true}}
}
However, I think the powerdot people should get a bug report.
Jürgen