Difference in greek tic marks for x11 and aqua?

Ethan Merritt merritt at u.washington.edu
Mon Nov 3 15:07:31 CST 2008


On Monday 03 November 2008 09:11:25 Dmitri A. Sergatskov wrote:
> On Mon, Nov 3, 2008 at 10:54 AM, Dmitri A. Sergatskov
> <dasergatskov at gmail.com> wrote:
> 
> >  set term x11 enh
> >  set xlabel "{/Symbol q}, radians" font "Helvetica, 20"
> 
> If I use
> set xlabel "radians" font "Helvetica, 20"
> 
> insted -- everything works as expected...

Yes, because that does not invoke the enhanced text mode.

As I understand it at this moment, the problem is the font 
requested by the 'set ...' command is only applied to normal text,
not to enhanced text.  

If a text string does not use any of the enhanced text markup
characters, then it is handled by the normal text processing code.


-- 
Ethan A Merritt


More information about the Octave-maintainers mailing list