I re-post an old question that received no answer.
I do not reword it because I think it was sufficiently explicit.
thanks for any help.
jlhomme
--------------------------------------------------------------------------------------------------------
hello community!
i just wanna ask if it is possible to show subscript/superscript signs
within SCILABs 'xtitle' command. In MATLAB it is possible to get a
subscript character by coding "_{character}" and superscripts by coding
"^character". as i know, in OCTAVE it's possible too.
thanks for your inputs!
qbus
Bruno
You can use the special characters contained in the charset, For
example, you can create a superscripted 1, 2 and 3 (¹²³, dont' know
if it will show up here) by holding ALT and typing 0185, 0178 and on
the numeric keypad. Some greek letters are also possible.
But I agree that it would be a lot better if scilab understood some
LaTeX commands like Matlab does, or if another possibility to create
special characters (charset switching within a string?) was
implemented. Currently the only alternative way I know of is to
position several strings (one per charset) by hand.
I just have created request #307 for that.
Matthias
YC
This is straightforward under Linux, agreed.
But does it work under Windows?
Even if it did, it would require a Windows version of pstoedit, xfig
and LaTeX installed. Contrarily to Linux, those programs are not part
of every Windows distribution. ;)
It would be good to have a scilab-internal solution, like in Matlab.
Matthias
Just annother possibility is the scilab-command xs2fig and the
"xfig-clone" for windows called WinFig (it comes if I remember
correctly with fig2dev and pstoedit).