help-octave
[Top][All Lists]
Advanced

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

Re: gset to terminal LaTeX


From: Martin Helm
Subject: Re: gset to terminal LaTeX
Date: Sun, 17 Apr 2011 22:08:07 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.1-1.2-desktop; KDE/4.6.0; x86_64; ; )

Am Sonntag, 17. April 2011, 21:49:53 schrieb Martin Helm:
> Am Sonntag, 17. April 2011, 21:15:35 schrieb wahaj87:
> > hi
> > The link
> > https://www.cae.wisc.edu/pipermail/octave-maintainers/2007-May/002971.htm
> > l is not working for gset patch, where to find it ? Or please tell what
> > is equivalent to gset in octave 3.2.4 and gnuplot 4.4 patch 0, Os is
> > windows xp professional. Output of getenv("GNUTERM") is ans =
> > 
> > (above link is given on this link
> > http://octave.1599824.n4.nabble.com/gset-to-terminal-LaTeX-td1625389.html
> > )
> > 
> > 
> > Thanks.
> > 
> > --
> > View this message in context:
> > http://octave.1599824.n4.nabble.com/gset-to-terminal-LaTeX-tp1625389p3455
> > 9 77.html Sent from the Octave - General mailing list archive at
> > Nabble.com. _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://mailman.cae.wisc.edu/listinfo/help-octave
> 
> setenv("GNUTERM", "latex")

I pressed by accident send too early:

Terminal is set with the GNUTERM variable, if you set it to latex gnuplot will 
use it. Of course that writes the output to the stanadard output in the 
gnuplot process and you cannot use it.
If you want to redirect to a special file I use the following trick

setenv("GNUTERM", "latex; set output 'test.plt'")


reply via email to

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