23 Apr
2008
23 Apr
'08
6:43 a.m.
On Apr 22, 2008, at 11:57 PM, zs wrote:
I recommend you to use "evince" viewer. I suppose, its output is even nicer than acroread's one. C-R reloads are supported.
ZS
While I like and use evince on linux, I must also say that it's still not a very good viewer. Just to give you an example: \setupcolors[state=start] \definecolor [a] [r=0,g=0,b=1] \definecolor [b] [r=0,g=0,b=0.05] \starttext \startuseMPgraphic{shade} path p ; p := unitsquare scaled 8cm ; linear_shade(p,6,\MPcolor{a},\MPcolor{b}) ; \stopuseMPgraphic \useMPgraphic{shade} \stoptext Compile this and then have a look at the pdf file in acroread and in evince. Thomas