|
jan toth wrote:
> I would like to insert to the pushbutton such text : αatm but "atm"
>
> should be like "lower index" , so a don´t have any idea how to do it,
>
> I have tried something like that :
>
> set(handles.pushbutton4,'String','a
> \_{atm}','FontName','symbol');
>
> it works ...but "atm" isn´t in lower index
uicontrols generally support limited HTML, but not tex or latex. I don't
think that the HTML support would extend as far as creating a lower index.
If I recall correctly, Yair Altman has created mechanisms for more
detailed control of uicontrol objects, by going in at the java level.
|