If my memory serves me right, I think that colors were implemented using pstricks (or some package that it's not device independent).
Try converting your .dvi file to a .ps file with dvips filename.dvi -o filename.ps And take a look at the .ps file with gv filename.ps (or with ggv) I bet that you will see the line red. Cheers, -- Joaqu�n Cuenca Abela [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Pierre Abbat Sent: Wednesday, December 19, 2001 4:29 PM To: [EMAIL PROTECTED] Subject: dvi question I got through the whole set of test documents to convert to LaTeX and tried to view c_props with xdvi. One of the lines is supposed to be in red, but it showed black. However, I got these errors from xdvi: xdvi.bin: special "color push Black" not implemented xdvi.bin: special "color pop" not implemented xdvi.bin: special "color push rgb 1.000 0.000 0.000" not implemented xdvi.bin: special "color pop" not implemented xdvi.bin: special "color push Black" not implemented xdvi.bin: special "color pop" not implemented What am I missing? phma
