[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
printing to latex terminals
From: |
Ben Abbott |
Subject: |
printing to latex terminals |
Date: |
Sun, 08 Jan 2012 19:33:13 -0500 |
Jordi / John,
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 ?
Ben
changeset.patch
Description: Binary data
- printing to latex terminals,
Ben Abbott <=