octave-maintainers
[Top][All Lists]
Advanced

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

Re: fltk printing [latex output]


From: Ben Abbott
Subject: Re: fltk printing [latex output]
Date: Sun, 08 Aug 2010 17:33:02 -0400

On Aug 8, 2010, at 4:34 PM, Michael D Godfrey wrote:

> On 08/08/2010 01:12 PM, Ben Abbott wrote:
>> Notice your "ylabel" is not centered correctly. The middle of the string 
>> should be aligned to the tickmark for 10.
>> 
>> Looking at the latex file, the problem is with ...
>> 
>>      
>> \selectfont\put(39.8755,224.56){\makebox(0,0)[b]{\rotatebox{90}{\textcolor[rgb]{0,0,0}{{ylabel}}}}}
>> 
>> Which should be ...
>> 
>>      
>> \selectfont\put(39.8755,224.56){\makebox(0,0)[c]{\rotatebox{90}{\textcolor[rgb]{0,0,0}{{ylabel}}}}}
>> 
>> Ben
>> Ben
>> 
>> 
> Not hard to fix.  How about the attached?  I think that, for more elaborate 
> TeX stuff in plots
> a reasonable approach is to put a "placer" in using text(x,y,'placer1'), then 
> edit in what
> you really want in the resulting xx.eps file.  For multi lines, rather than 
> several text(x,y...),
> just use \vbox{\hbox, etc. in the xx.eps file. That is what I did here.
> 
> Michael
> 
> <test.pdf>

I think we're talking past each other.

All I'm concerned with is preserving the alignment/justification of the ylabel 
(or other rotated text). Meaning that the latex output from GL2PS should 
correctly align / justifiy all text objects.

Ben



reply via email to

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