[Scilab-users] LaTeX mixed with normal string in xtitle

Adrien Vogt-Schilb vogt at centre-cired.fr
Thu Feb 21 14:46:00 CET 2013


On 21/02/2013 14:41, Dang, Christophe wrote:
> Hello,
>
> is it possible to mix LaTeX and non-LaTeX character string in xtitle?
>
> e.g. something like
>
> scale = 10;
> xtitle('foobar', '$x \times$'+string(scale));
>
> does not give the expected result.
>
> Is it a known limitation ?
>
> Regards
>
Hi

why not using:

xtitle('foobar', '$x \times '+string(scale)+'$');

?

-- 
Adrien Vogt-Schilb (Cired)
Tel: (+33) 1 43 94 73 83




More information about the users mailing list