Latex: how to show the page number where a reference occurs

hyperref latex publications

I learned from Twitter, Boris Knyazev that getting page numbers in the reference section where a reference occurred takes an argument to hyperref:

\usepackage[backref=page]{hyperref}

I like to do the following:

\usepackage[backref=page, colorlinks=true, allcolors=blue]{hyperref}

colorlinks=true changes the default behavior from a box around a linked item, to coloring the text. allcolors=blue changes the links’ color from that neon green to blue (of course, you can choose other colors to suit your preference).

CTAN hyperref manual.

© Amy Tabb 2018 - 2023. All rights reserved. The contents of this site reflect my personal perspectives and not those of any other entity.