Latex: how to show the page number where a reference occurs
01 Jun 2022I 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).