Search found 2 matches

by nasser
Mon Nov 01, 2010 8:04 am
Forum: BibTeX, biblatex and biber
Topic: \cite{} Hyperlink to references
Replies: 4
Views: 51419

Re: \cite{} Hyperlink to references

Hi,

Thanks for your quick reply. I got from another forum this answer:

hyperref cannot make a hyperlink from \cite{} reference. You should try natbib package instead (sic — you should use cite or natbib, not two of them. And natbib sometimes conflicts with hyperref package).

What is your feedback ...
by nasser
Sun Oct 31, 2010 3:26 pm
Forum: BibTeX, biblatex and biber
Topic: \cite{} Hyperlink to references
Replies: 4
Views: 51419

\cite{} Hyperlink to references

Hi,

In Latex i have written \cite{} to cite my reference. When my file is compiled to PDF file. I want when i click on the number which appeared this will will take me to reference page and point out the particular reference corresponding to the citation number.

What to add with \cite{} to make it ...