[Tex/LaTex] How to label \rightleftarrows above and below

arrowslabelsmath-mode

How can I label $\rightleftarrows$ above the top arrow and below the bottom arrow?

Best Answer

I don't know which package defines \rightleftarrows but this shows how to get labels over and under one of the standard arrows.

Edit updated to use the requested arrow

\documentclass{article}

\usepackage{amssymb}

\begin{document}

\[a \mathrel{\mathop{\rightleftarrows}^{\mathrm{over}}_{\mathrm{under}}} b\]

\end{document}

enter image description here

Related Question