>
Hi all, hi Hans!
> [btw others: david's file is a nice example]
Thanks :-) (It means that Hans is a good teacher.)
>
> btw, the file compiles well with pdfetex, so again a tex/etex compatibility
> issue; unwise saving of couple of tokens
Hey, I've used pdfeTeX! Have a look at the log file closely :-) Is there
a problem with older pdfeTeX version? (It's the one from TeXLive 5 CD,
I think many people use it.)
>
> \unprotect
>
> \def\doifcolorelse#1%
>
> {\@EA\ifx\csname\??cr\@EA\ifx\csname\??cr\currentpalet#1\endcsname\relax\els
> e\currentpalet\fi#1\endcsname\relax
> \expandafter\secondoftwoarguments
> \else
> \expandafter\firstoftwoarguments
> \fi}
>
> \def\getcurrentcolorspecs#1%
> {\edef\currentcolorspecs%
> {\csname\??cr\@EA
> \ifx\csname\??cr\currentpalet#1\endcsname\relax\else\currentpalet\fi
> #1\endcsname}}
>
> \def\MPcolor#1%
> {\ifMPgraphics
> \@EA\@EA\@EA\doMPcolor
> \csname\??cr\@EA
> \ifx\csname\??cr\currentpalet#1\endcsname\relax\else\currentpalet\fi
> #1\endcsname
> :::::\end
> \else
> #1%
> \fi}
>
> \protect
>
> will solve your problem,
Great, should we all/I put it into cont-new.tex? Or is this `David's file
specific'?
Thanks for your answer
D.A.