'_' is not displayed correctly in 'title'

Schirmacher, Rolf Rolf.Schirmacher at MuellerBBM.de
Mon May 5 02:25:05 CDT 2008




> -----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 


> 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
> _______________________________________________
> Bug-octave mailing list
> Bug-octave at octave.org
> https://www.cae.wisc.edu/mailman/listinfo/bug-octave
> 


More information about the Bug-octave mailing list