|
dpb <none@non.net> wrote in message <jg917k$7as$1@speranza.aioe.org>...
> On 1/31/2012 8:58 AM, pietro wrote:
> > Hi all,
> > I want to create plots with tab in the lengend. I used something like that:
> > legend(['a' char(9) 'b1'],['b1' char(9) 'c']);
> >
> > but it is displayed something like:
> >
> > 'ab1'
> > 'b1c'.
> >
> > Does anyone have any idea to display tabs on a legend?
> ...
>
> Expand them as spaces. TeX interpreter doesn't know about \t afaict
>
> --
Hi dpb,
Thanks for your reply. Doesn't TeX interpreter have the tab character? I already tried with spaces but unfortunately the letter aren't aligned perfectly, so I was looking for a niceier way.
Thanks again
Pietro
|