I'm writing a scientific article and I would like to reference a formula before it appears in the text. In principle it should work, the problem is that I want to use the hyperref package, so that I can create a hyperlink to that formula. This is the code I'm using:
F is defined in Formula \ref{eq:Fdef} \\
\begin{equation} \label{eq:Fdef}
F = RU
\end{equation}
If I use \usepackage{hyperref} at the beginning of the document I obtain the following error:
! Paragraph ended before \Hy@setref@link was complete.
I thought that maybe there was some way of defining the equation before, but including it in the text later, but I didn't find how to do it, any suggestion?

hyperref). You shouldn't be using \ in normal text, in any event, or it will tend to produce the wrong vertical spacing, Just leave a blank line for a new paragraph (or not). – Steven B. Segletes Apr 30 '15 at 18:26