We are all familiar with MetaPost labels:
label.top(btex $a_t$ etex, z0);
The problem with the above is that the positioning is based on the entire label, including the subscript.
How do I calculate the positioning based on the baseline of the text, i.e. only the "a" part, and not the "t" subscript?