I've just subscribed to the forum to ask for some help in a problem I'm having with the classicthesis template.
Basically, I realized that using the command footnote in classicthesis before I define an equation, causes all the references I make to the mentioned equation to link to the footnote.
E.g.
Code: Select all
\footnote{bla bla bla\label{fn:example}}
%
%
\begin{eqnarray}
% \nonumber to remove numbering (before each equation)
a &=& b \label{eq:eq1}\\
c &=& d \label{eq:eq1}
\end{eqnarray}
%
%
Bla bla bla \cref{eq:eq1} bla bla bla
As you may have noticed, I used the package cleveref for references.Bla bla bla Footnote 1 bla bla bla
I know that I should provide minimal example, but I'd have to include quite a lot of files to do it.
I just wanted to know if somebody has had this problem before.
Thanks in advance
Giuliano