[texhax] Multibib: Link between cited number/alpha and bib entity on the PDF text

Md. Haidar Sharif haidar_info at yahoo.com
Thu Apr 1 19:38:42 CEST 2010


Hello,
I read http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noans+newans .

However, I have used multibib to separately use two bibliographies(simple code is given below).
Well, it works without having any link of the cited number/alpha to the bib entity on the pdf text.
I wish to have a link between the produced number/alpha and the corresponding bib entity on the pdf text so that if I click on the cited number/alpha on the pdf text then it directly indicates to the corresponding bib entity.

Thanking,
Sharif



%%%%%%%% MyRef.tex %%%%%%%%%%%%%%
\usepackage{multibib}
\newcites{bk,art} {References from books,References from articles}
\begin{document}
...
\citebk{TuzelPorikliMeer2007}
...
\citeart{AhmadLin1976}
...
\bibliographystylebk{alpha}
\bibliographystyleart{plain}
\bibliographybk{bookRef}
\bibliographyart{artRef}
\end{document} 

%%%%%% bookRef.bib %%%%%%%%%%%%
@inproceedings{TuzelPorikliMeer2007,
  author = "O. Tuzel, and  F. Porikli,  and P. Meer",
  title = "Human Detection via Classification on Riemannian Manifolds",
  booktitle  = "Computer Vision and Pattern Recognition (CVPR)",
  year = "2007",
  pages = "1-8"
  }


%%%%%% artRef.bib %%%%%%%%%%%%
@article{AhmadLin1976,
  author = "I. A. Ahmad and P. E. Lin",
  title = "A nonparametric estimation of the entropy for absolutely continuous distributions",
  journal = "IEEE Transactions on Information Theory",
  year = "1976",
  volume = "22",
  number = "3",
  pages = "372-375"
  }


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20100401/45256e2a/attachment.html>


More information about the texhax mailing list