View Full Version : hyperlinks in latex
lavster
Oct17-10, 05:26 AM
hi, how do i insert Hypertext Links in Bibliographic References in my latex document. im using bibtex and i want to be able to click on the reference in my text and it bring me to the reference. Similarly for figures, clicking on the figure reference in the text and it bring me to the figure. I use both document class revtex 4-1 and article
thanks
To get hyperlinks you want to use some package that generates hyperlinks. That is exactly what the hyperref package does. I use
\usepackage[colorlinks,plainpages=false]{hyperref}
Figures and tables are easy. Just give them a \label. You can refer to this label with a \ref. The figure or table number will be a hyperlink if you use the hyperref package. External links are a bit tougher, but not bad. Use the \href macro for this. You can make the TITLE of some bib specification a href via TITLE = "{\href{link_to_file_or_url}{Title}}".
lavster
Oct17-10, 06:37 AM
excellent thank you!!!
can you telll me how to change the colour of the reference link from green to eg blue? the figure link is red :)
thanks again :)
Read the hyperref package documentation.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.