Re: Possible Bug
Benoit Vinsonneau <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Organization | CTAC |
| Message-ID | <1113820484.8641.14.camel@localhost> |
Actually, following up my previous Email, by defining the colors at the
same time works fine.
To resume, this work as expected:
\newrgbcolor{dialinecolor1}{1 0 1}
\newrgbcolor{dialinecolor2}{0 1 0}
\psset{linecolor=dialinecolor1}
\psellipse*(-0.467225cm,7.106585cm)(0.627885cm,0.627295cm)
\psset{linecolor=dialinecolor2}
\psellipse(-0.467225cm,7.106585cm)(0.627885cm,0.627295cm)
while this does not:
\newrgbcolor{dialinecolor1}{1 0 1}
\psset{linecolor=dialinecolor1}
\psellipse*(-0.467225cm,7.106585cm)(0.627885cm,0.627295cm)
\newrgbcolor{dialinecolor2}{0 1 0}
\psset{linecolor=dialinecolor2}
\psellipse(-0.467225cm,7.106585cm)(0.627885cm,0.627295cm)
As well, the problem is not limited to \newrgbcolor, \definecolor
exhibit the same problem.
George N. White III, you seems to knew already before of this problem.
Is there any long-term solutions or do I need to change manually all my
files for the time being?
Thanks all for your help,
Ben