Uwe Stöhr wrote:
> > Try "ima\string%ge.png", analogous to the known-to-work
>
>  > "ima\string~ge.png". Let me know if it works, please.
>
> neither
> \includegraphics{"F:/Download/ima\string%ge"}
> nor
> \includegraphics{"F:/Download/ima\string%ge.png"}
> works :-(.

If you really need percent chars in your path, the following will help:

\begingroup  \catcode`\%=12
\toks0={\endgroup
  \def\percentchar{%}}
\the\toks0 \relax

\includegraphics{"F:/Download/ima\percentchar ge"}

Cf. 
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&selm=wnxvhkpb2e6.fsf%40informatik.uni-stuttgart.de

Jürgen

Reply via email to