Wolfgang Engelmann wrote:
the powerdot.cls is in:
/texmf/distrib/run
better is /usr/local/share/texmf/...
Thanks, Herbert, but its still the same error:
\RequirePackage{xkeyval}[2005/07/10]
is it correct to have here the extracted package xkeyval
with its /doc /run and /source -directories?
yes, but do some tests:
kpsewhich -show-path tex
is your local tex tree listed?
did you run texhash?
yes
what does kpsewhich powerdot.cls say?
If there is no output, then you installed in a directory,
which isn't part of the TeX tree.
by the way, do I run texhash under root or my account or does this not matter?
depends to your local system, but in general as local user should be ok.
Herbert