I want a 'b' with an arrow on top, enclosed in angle brackets.
\left<\overrightarrow{b}\right>
gives angle brackets which are far too high.
<\overrightarrow{b}>
gives far too much horizontal space between the brackets and the \overrightarrow{b}:
\left<\smash{\overrightarrow}\right>
makes that formula look good, but the upper end of the 'b' touches the line above.
So what I want is basically a \smash that only affects the brackets, but not e.g. line spacing. Is this possible?

\vec{b}to make that arrow---perhaps you like it better. – Svante Mar 21 '11 at 20:05