Octave for Microsoft Windows: Difference between revisions

→‎Printing (installing Ghostscript): describe how to use the 64 bit Ghostscript
(→‎Printing (installing Ghostscript): describe how to use the 64 bit Ghostscript)
Line 579: Line 579:
* Add the Destination directory where Ghostscript is installed and confirm the change by clickiing '''OK''', '''OK''', '''OK'''.
* Add the Destination directory where Ghostscript is installed and confirm the change by clickiing '''OK''', '''OK''', '''OK'''.


At this point most of Octave's printing functionality will work.  When output is
If the 64 bit version of Ghostscript is installed, Octave will not automatically detect it.  To use the 64 bit version an
produced usign teh print command the warnings below will be given.
option telling Octave about it must be passed to the {{Codeline|print}} command.  For example to produce PDF
output for a figure, using the 64 bit version of Ghostscript, the command below may be used.
 
  print -Ggswin64c.exe figure.pdf
 
At this point most of Octave's printing functionality should work.  When output is
produced using the {{Codeline|print}} command the warnings below will be given.


   warning: print.m: epstool binary is not available.
   warning: print.m: epstool binary is not available.
364

edits