I wish to use an upright mu character in various places in my document, and so I've put the following in my preamble:
% textcomp, for its upright mu
\usepackage{textcomp}
% some user macros
\newcommand{\murm}{\hbox{\textmu}}
This is fine in both text and math mode, except when I try to place the mu in sub/superscript positions, and its size remains unchanged. Is there any way to resize it to fit its environment within math mode?