Am Sonntag, 13. August 2006 19:16 schrieb Jean-Marc Lasgouttes: > >>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> I did that, and they say that the color commands are modelled > Georg> after the font commands (e.g. \textbf vs. \bf), and that > Georg> \textcolor{x}{y} is "essentially" equivalent to {\color{x}y}. > > But they also say they have to use horrible hacks, don't they?
I could not find that, but I can imagine. What I found is that because TeX was not designed with color in mind the color package needs much driver support that may be missing partly or completely in some drivers. > Georg> The missing \leavevmode is exactly what causes the problem. If > Georg> I add it to the old definition the bug goes also away. Does > Georg> \leavevmode have other side effects we don't want? > > I do not know really. I propose that you use \textcolor and be done > with it. OK, done. I guess this should also go to 1.4.3? Georg