Re: Subscripts in Text
- Subject: [mg3365] Re: [mg3218] Subscripts in Text
- From: cottmann at zmnh.zmnh.uni-hamburg.de (Tobias Cottmann)
- Date: 2 Mar 1996 15:11:33 -0600
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Zentrum fuer Molekulare Neurobiologie
- Sender: daemon at wri.com
Hi there,
thanks to all who replied to my question on subscripts. All solutions were
of the form
SuperOxide = SequenceForm[H,Subscript[2],O,Subscript[2]]
which works fine except for printing. The output looks like the screen
output of the above solution:
Out[x]=
H O
2 2
But what I'd like to have is an output like TeX's "_": a smaller 2 located
a little below the H and not in the next row. My $DefaultFont is set to
Helvetica if that is of any interest.
Thanks,
Tobias