I'd like to extend an arrow to allow better readability of characters which are overset using \overset{}{}.

Right now I have

 \overset{k_1}{\rightleftharpoons}

which produces:

alt text

and this leaves the subscript awfully close the to harpoon arrow. Thus, is there anyway to just extend the character length?

link|improve this question

feedback

1 Answer

up vote 9 down vote accepted

There are several packages supporting extensible arrows:

An example suitable for your formula, also demonstrating the optional argument for text under the arrows:

\documentclass{article}
\usepackage{mathtools}
\begin{document}
\[ \xrightleftharpoons[k_2]{\,k_1\,} \]
\end{document}

Output:

result

link|improve this answer
Thank you, that solves the problem exactly. I've never used mathtools before. – EricR Nov 11 '10 at 21:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.