I am using \longrightarrow{} in my document. however in the PDF it appears in two pieces instead of a long line. I tried using \chemarrow but it produces very short arrow.
The size of arrow thats produce by \longrightarrow{} is just right for my document. Is there a way to make it one line.
Thanks
Since the topic came, is there a way to set the desired length of arrow. Here is sample code with result
\documentclass[fleqn,12pt,a4paper]{article}
\usepackage{amstext, amsmath}
\usepackage{chemarrow}
\newcommand{\lra}{\ensuremath{\longrightarrow{}}}
\let\rightarrow\chemarrow
\begin{document}
Test \lra Result
\end{document}


\let\rightarrow\chemarrowcommand. If you remove it there is no break in the arrow. – Alan Munn Jan 17 '11 at 16:06