<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> .</DIV>
<DIV> </DIV>
<DIV>However, I have used <EM>multibib</EM> to separately use two bibliographies(simple code is given below).<BR>Well, it works without having any link of the cited number/alpha to the bib entity on the pdf text.<BR>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.</DIV>
<DIV> </DIV>
<DIV>Thanking,</DIV>
<DIV>Sharif</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </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> </DIV>
<DIV>%%%%%% bookRef.bib %%%%%%%%%%%%<BR>@inproceedings{TuzelPorikliMeer2007,<BR> author = "O. Tuzel, and F. Porikli, and P. Meer",<BR> title = "Human Detection via Classification on Riemannian Manifolds",<BR> booktitle = "Computer Vision and Pattern Recognition (CVPR)",<BR> year = "2007",<BR> pages = "1-8"<BR> }</DIV>
<DIV> </DIV>
<DIV><BR>%%%%%% artRef.bib %%%%%%%%%%%%<BR>@article{AhmadLin1976,<BR> author = "I. A. Ahmad and P. E. Lin",<BR> title = "A nonparametric estimation of the entropy for absolutely continuous distributions",<BR> journal = "IEEE Transactions on Information Theory",<BR> year = "1976",<BR> volume = "22",<BR> number = "3",<BR> pages = "372-375"<BR> }<BR></DIV>
<DIV> </DIV>
<DIV> </DIV></div><br>
</body></html>