octave-maintainers
[Top][All Lists]
Advanced

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

printing to latex terminals


From: John W. Eaton
Subject: printing to latex terminals
Date: Sun, 8 Jan 2012 22:05:27 -0500

On  8-Jan-2012, Ben Abbott wrote:

| I've attached a changeset that fixes the problem with printing to the latex 
terminals for me. The example below works.
| 
|       graphics_toolkit fltk
|       close all
|       plot (1:10)
|       print -depslatexstandalone test
| 
| So does ...
| 
|       print -depslatexstandalone test.eps
| 
| ... as does ...
| 
|       print -depslatexstandalone test.tex
| 
| However, if an inappropriate suffix is used an error will result. For example 
...
| 
|       print -depslatexstandalone test.png
| 
| I first tried to save the output as test.png.tex and test.png-inc.eps, but 
gl2ps and gnuplot each had problems with that.
| 
| In any event, I'm inclined to push it to stable. Any objection ?

It seems OK to me, so I went ahead and pushed it.

jwe


reply via email to

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