I'm writing my Phd thesis and I want to include links from my references to the pages where they are cited.
I trawled the internet and found a way to do it using the hyperref package with pagebackref=true as shown here:
Code: Select all
\usepackage[pagebackref=true]{hyperref} % Produces hyperlinks and page numbers to refs
\hypersetup{ pdfborder={0 0 0},
colorlinks = false}% hyperref customisation
\usepackage{natbib}
For example, I cited Wilson1983 on page 77 and in the references, it looks like this:
Wilson, C. J., Chang, H. T., and Kitai, S. T. (1983). Disfacilitation and long-lasting inhibition of neostriatal neurons in the rat. Exp Brain Res, 51(2):227–235. 6, 77
When I actually want it to look more like this:
Wilson, C. J., Chang, H. T., and Kitai, S. T. (1983). Disfacilitation and long-lasting inhibition of neostriatal neurons in the rat. Exp Brain Res, 51(2):227–235. 6 (page 77)
It's a very simple addition of the word 'page' before the number and maybe some brackets, but I can't seem to find a way to do it. The only thing remotely close is to set colorlinks = true and have the page number in red, but that wont look very professional in a thesis.
Any ideas?
Thanks!
Autonomouse