This is really a configuration issue. Some things to note: Newer versions of evince understand the --print-settings option Gnumeric does not pass this option to evince. We just hand-off printing (and previewing) to Gtk. Gtk then calls the appropriate pdf viewer. WHat is the "appropriate" previewer can be configured in .gtkrc-2.0 located in your home directory. The important entry is: gtk-print-preview-command="evince --unlink-tempfile --preview %f the above line should work for most older versions of evince. Of ocurse you can also use other programs such as: gtk-print-preview-command="gv %f" or gtk-print-preview-command="xpdf -q %f"
Note that evince is preferred since gtk creates temporary files and --unlink-tempfile tells evince to delete them. The otehr commands will keep those temporary pdf files around. Andreas -- "Liberty consists less in acting according to one's own pleasure, than in not being subject to the will and pleasure of other people. It consists also in our not subjecting the wills of other people to our own." Rousseau Prof. Dr. Andreas J. Guelzow Dept. of Mathematical & Computing Sciences Concordia University College of Alberta -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]