help-octave
[Top][All Lists]
Advanced

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

Re: Problem in GNU-plot - setting the interpreter property


From: Valmor de Almeida
Subject: Re: Problem in GNU-plot - setting the interpreter property
Date: Sun, 15 Jan 2012 12:38:52 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110816 Lightning/1.0b3pre Lanikai/3.1.10

On 01/15/2012 11:48 AM, Robert Matussek wrote:
> Dear Octave experts,
> 
>  
> 
> currently I'm using Octave 3.4.3 with all pkgs
> (Octave3.4.3_gcc4.5.2_pkgs_20111026.7z) on Win7 (x64). I'm facing a
> problem with the interpreter property in plotting:
> 
>  
> 
> octave:123> get (gca (), "interpreter")
> 
> ans = none
> 
> octave:124> set (gca (), "interpreter", 'latex')
> 
> octave:125> get (gca (), "interpreter")
> 
> ans = latex
> 
>  
> 
> ...
> 
>  
> 
> xlabel ('{\bf H} = a {\bf V}')          % Example
> 
>  
> 
> So the setup seems to work (only 'tex', 'latex' and 'none' are valid
> arguments) but the example, taken from
> http://www.network-theory.co.uk/docs/octave3/octave_172.html still is
> not interpreted to be bold font. Subscript, superscript and greek
> letters aren't interpreted either :(
> 
[snip]

I am using 3.4.0 and subscript, superscript, greek letters, boldface
type shows up. However I am setting the interpreter to 'tex'.

--
Valmor



reply via email to

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