Is there a way to do underscripts? By "underscript" I mean a small font underneath the text object like limits or sums have. I don't want it to behave like a math operator though, where it is typeset as a subscript or underscript depending on the environment (like sums). I want there to always be an underscript in math environments with the possibility of adding a subscript in addition to the underscript. Is there anything like an \underscript{X}{a} command?
Is there even something like that that will only work in mathmode? I haven't been able to find it.

$\underset{a}{X}$is what you are looking for? There is also$\stackrel{A}{x}$but that produces smaller text. – Peter Grill Nov 16 '11 at 18:06