'_' is not displayed correctly in 'title'

Sergei Steshenko sergstesh at yahoo.com
Mon May 5 08:49:51 CDT 2008


--- "Schirmacher, Rolf" <Rolf.Schirmacher at MuellerBBM.de> wrote:

> 
> 
> 
> > -----Original Message-----
> > From: Sergei Steshenko [mailto:sergstesh at yahoo.com]
> > Sent: Monday, May 05, 2008 6:11 AM
> > To: bug-octave at octave.org
> > Subject: '_' is not displayed correctly in 'title'
> > 
> > 
> > Hello All,
> > 
> > figure(1);
> > plot(0:10);
> > title("some_plot");
> > 
> > '_' in "some_plot" is not displayed, but the 'p' letter in 
> > "some_plot" is displayed in smaller
> > font as subscript.
> > 
> > "help title" does not mention such behavior.
> > 
> 
> Seems to be in TeX mode, regarding _p as subscript p to the e. 
> 
> Also happens with "the other brand" where switching the interpreter mode in
> between "tex" and "none" (raw mode) is possible. TeX is the default at ML.
> 
> So, set(handle, 'Interpreter', 'none') should work... (cannot test as I have
> no up-to-date octave available at the moment).
> 
> Rolf 
> 

Yes, the suggested action fixes the problem.

Thanks,
  Sergei.

Applications From Scratch: http://appsfromscratch.berlios.de/


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


More information about the Bug-octave mailing list