I did some tests using the code you posted (after suitable completion) and found out that the cite package was to blame for the undesired bahaviour. You could try removing it and using natbib in its stead.
Ok, without the cite package my code works, but I haven´t still any backreference in the bibliography.
I would like to use the babelbib package in our to become multilanguage entries in the bibliography, I guess the backref should work together with babelbib...but I don´t know why it doesn´t work yet...
when somebody has the same problem this is the solution...I had thought it was enough with the hyperref, but it wasn´t.
Hmmm, makes me wonder. As I said before, removing the cite package was enough (with the code you posted). The following code produces the desired back references as expected (I attach the resulting pdf file):
\begin{filecontents*}{tbiblio.bib}
@article{mifflin,
author = "R. Mifflin",
title = "Semismooth and semiconvex functions in constrained
optimization",
journal = "Siam Journal on Control",
year = "1977",
volume = "15",
pages = "957--972"
}
@book{winter.periaux.ea,
author = "G. Winter and J. Periaux and M. Galan and P. Cuesta",
title = "Genetic Algorithms in Engineering and Computer
Science",
publisher = "John Wiley and Sons",
address = "Chickester, England",
year = "1995"
}
\end{filecontents*}
\documentclass{article}
\usepackage[english]{babel}
\usepackage[pagebackref=true,colorlinks]{hyperref}
\hypersetup{pdffitwindow=true,linkcolor=black,citecolor=black,urlcolor=RoyalBlue}
\usepackage{babelbib}
\setbtxfallbacklanguage{english}
\begin{document}
\cite{mifflin}
\newpage
\cite{mifflin}
\nocite{*}
\newpage
\bibliographystyle{babunsrt-fl}
\bibliography{tbiblio}
\end{document}
Hi, this code that is added at the end to modify the look of the backref does not work in my case. I have posted something, don't know if it is at the wrong place... here is the link to my post: