[Scilab-users] Help on LaTeX rendering for xstring

philippe rouxph.22 at gmail.com
Wed Apr 17 10:15:51 CEST 2019


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




More information about the users mailing list