Hi >I just wondered if there was anything I could do about this, perhaps as >its a pdf with black text and a white background is there a way to alter >the back ground colour of the pdf file so its slightly off white, which >could make it easier to read.
In the preamble put something like: \definecolor{mycolor}{rgb}{0.8,0.9,0.9} \pagecolor{mycolor} Change the color to somthing you like... hth, ingar