I'm not sure why your subject line mentions Laserjet 6L, since what you're clearly interested in is dvi and ps. However, my understanding is that grayscaling is a postscript-level feature, and there's therefore no way to represent it in DVI (other than as a "special" which, by my understanding, means essentially "pass to some other interpreter). You therefore need to translate from dvi to ps (or pdf) before you can see anything grayscaled. A relatively quick, painless way to deal with this is to use pdflatex instead of latex, which will run your work directly from latex to pdf and let you view it with a pdf viewer (gv, xpdf, acroread, etc.).
ap ---------------------------------------------------------------------- Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill 269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA On Fri, 17 Aug 2001, Jan Tammen wrote: > Maybe a bit offtopic, sorry for that... > I am trying to print 'colorized' (i.e. gray) tables using the package > 'colortbl' for LaTeX. The problem is that, when I view/print the > dvi-file LaTeX created, the rows I defined to be grayed out, appear > black and therefor I cannot read the text in the fields anymore. > Now I tried to convert the dvi-file to a postscript file, using 'dvips', > and now the fields are gray when I print/view the file. > > Any suggestion how to be able to view gray 'color' as well in the dvis? > tia, Jan. > -- > "are you punk rock, are you strung out or are you just crazy?" > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >

