help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finding gsview in epstk version 1.8... thanks, and here's more info.


From: Alan Rockwood
Subject: Re: finding gsview in epstk version 1.8... thanks, and here's more info.
Date: Tue, 11 Sep 2001 09:39:23 -0600

Thanks to all who have responded to my question on epstk/gsview. With the information given in the posts, plus a little guessing and experimentation on my own I found that the following lines worked.


%ePath='./';%default directory of epstk-mfiles
ePath='/usr/local/share/octave/site/m/epstk/m/';%default directory of epstk-mfiles

%eGhostview='ghostview -magstep -1'; %ghostview for linux
eGhostview='"c:/Program Files/Ghostgum/gsview/gsview32.exe"'; %ghostview for windows

%eGhostscript='gs'; %ghostscript for linux
eGhostscript='"c:/Program Files/gs/gs7.00/bin/gswin32.exe"'; %ghostscript for windows


In addition to fixing the character %, I also found it necessary to place double quotes inside the single quotes and to replace the backslashes with forward slashes in the paths to gsview and ghostscript. (I suspect that part of the problem was the space in the name of the directory Program Files.) It may be a good idea to add this information to the installation notes.

- Alan -



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]