[prev in list] [next in list] [prev in thread] [next in thread] 

List:       scilab-users
Subject:    Re: [Scilab-users] Help on LaTeX rendering for xstring
From:       philippe <rouxph.22 () gmail ! com>
Date:       2019-04-17 8:15:51
Message-ID: q96nbo$6f4q$1 () blaine ! gmane ! org
[Download RAW message or body]

Hi,

Le 08/04/2019 à 22:08, Federico Miyara a écrit  :
> 
> Dear all,
> 
> Is there some way to customize the font size when using xstring?
> 
> For instance
> 
> xstring(0, 0, "$\large p_{1}(t)$")

xstring generate graphic entities of type "Text" which have a
"font_size" property (can vary from 1 to 6) so the easiest way is to get
the handle of this entity and modify the font size :

xstring(0, 0, "$p_{1}(t)$")
E=gce();E.font_size=5

Cheers,
Philippe

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic