When using multibib without labeled option, the hyperlink from citation sends me to correct page (page 2).
\documentclass{article}
\usepackage{hyperref}
\usepackage{multibib}
\newcites{z}{Bla}
\begin{document}
\section{Page}
\newpage
\citez{SOLAR}
\subsection{Another subtitle}
\bibliographystylez{plain}
\bibliographyz{bib.bib}
\end{document}
When using with labeled option, the hyperlink from citation sends me always to page 1.
\documentclass{article}
\usepackage{hyperref}
\usepackage[labeled]{multibib}
\newcites{z}{Bla}
\begin{document}
\section{Page}
\newpage
\citez{SOLAR}
\subsection{Another subtitle}
\bibliographystylez{plain}
\bibliographyz{bib.bib}
\end{document}
Is there any idea?
.auxfile and recompiling twice? – Seamus Jun 01 '11 at 15:53multibibbeforehyperref? – lockstep Jun 01 '11 at 17:37pdfTeX warning (dest): name{cite.SOLAR} has been referenced but does not exist, replaced by a fixed one. Maybe this is the cause of the problem, somehow the cite is missing. However, I don't know where to look to solve this. Maybe someone else can point in the right direction. – adn Dec 15 '11 at 05:36multibibwhich doesn't seem to be maintained any more. The best thing to do is to switch tobiblatex– egreg Apr 14 '12 at 21:45