On Oct 28, 1:38 am, drorata <
dror...@gmail.com> wrote:
> Thanks a lot! This is what I was looking for!
>
> There is only one problem though - the typesetting of the arrow is not
> 100% smooth, and when using the \xLeftrightarrow it looks even worse.
> But this is, at least for now, good enough.
>
> Thanks again,
> Dror
Hi Dror,
It may just be the rendering in your PDF/PS viewer. The minimal
example below compiles fine, and produces the output
xleftrightarrow.pdf in the Files section of this forum:
\documentclass{article}
\usepackage{mathtools} \pagestyle{empty}
\begin{document}
This is a test to see whether $\xleftrightarrow{\text{this is long
text}}$ looks okay.
Even this $\xleftrightarrow[\text{this is also very long text}]{}$
looks fine.
And, finally, another test on $\xleftrightarrow[\text{some text}]{\text
{some longer text above}}$.
\end{document}
Werner