<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:14pt"><DIV>Hello,</DIV>
<DIV>I read <A href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noans+newans">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noans+newans</A>&nbsp;.</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, I have used <EM>multibib</EM> to separately use two bibliographies(simple code is given below).<BR>Well, it works&nbsp;without having any link of the cited&nbsp;number/alpha to the bib entity on the pdf text.<BR>I wish to have a link between the produced&nbsp;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.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanking,</DIV>
<DIV>Sharif</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>%%%%%%%% MyRef.tex %%%%%%%%%%%%%%<BR>\usepackage{multibib}<BR>\newcites{bk,art} {References from books,References from articles}<BR>\begin{document}</DIV>
<DIV>...<BR>\citebk{TuzelPorikliMeer2007}<BR>...<BR>\citeart{AhmadLin1976}<BR>...</DIV>
<DIV>\bibliographystylebk{alpha}<BR>\bibliographystyleart{plain}<BR>\bibliographybk{bookRef}<BR>\bibliographyart{artRef}</DIV>
<DIV>\end{document} </DIV>
<DIV>&nbsp;</DIV>
<DIV>%%%%%% bookRef.bib %%%%%%%%%%%%<BR>@inproceedings{TuzelPorikliMeer2007,<BR>&nbsp; author = "O. Tuzel, and&nbsp; F. Porikli,&nbsp; and P. Meer",<BR>&nbsp; title = "Human Detection via Classification on Riemannian Manifolds",<BR>&nbsp; booktitle&nbsp; = "Computer Vision and Pattern Recognition (CVPR)",<BR>&nbsp; year = "2007",<BR>&nbsp; pages = "1-8"<BR>&nbsp; }</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>%%%%%% artRef.bib %%%%%%%%%%%%<BR>@article{AhmadLin1976,<BR>&nbsp; author = "I. A. Ahmad and P. E. Lin",<BR>&nbsp; title = "A nonparametric estimation of the entropy for absolutely continuous distributions",<BR>&nbsp; journal = "IEEE Transactions on Information Theory",<BR>&nbsp; year = "1976",<BR>&nbsp; volume = "22",<BR>&nbsp; number = "3",<BR>&nbsp; pages = "372-375"<BR>&nbsp; }<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></div><br>

      </body></html>