Print syntax

Ben Abbott bpabbott at mac.com
Wed May 6 05:56:48 CDT 2009


On May 6, 2009, at 4:30 AM, Jörg Schreiber wrote:

> Hi,
>
> what ist the correct syntax for printing (platform: cygwin)
>
> I tried different syntaxes like
>
> print(‘name’, ‘-dDEVICE’,’pdf’)
>
> but none was successful.

print ("-dpdf", "name.pdf")

or

print -dpdf, name.pdf

or

print name.pdf

Ben





More information about the Help-octave mailing list