Hi,

Rick Pember wrote:
> Hi,
>
> I'm running sage remotely (see previous post to see why) and "show"
> makes a somewhat blurry
> image. I found that using xdvi on a .dvi file gave me the same problem
> -- so the problem is with
> my version of xdvi, not sage -- but that if I modifed my execution of
> xdvi (e.g.,  "xdvi -density 15
>  -nogrey -s 8" )  I then could get a clear image.

You probably need to turn on anti alias with xdvi.

> Is there some way to tell sage to execute xdvi in this way when show
> is invoked? I've tried
> putting a shell script named xdvi in my path (ahead of /usr/bin)  that
> executes
> "xdvi -density 15 -nogrey -s 8" , but that seems only to confuse sage
> -- "show" then

The script should look something like

#!/bin/sh
/path/to/xdvi -density 15 -nogrey -s 8 $@

> appears to no-op.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to