0

I'm using BibTex to cite. If I cite an article on pages 4 and 5, how can I make the reference look like the following result (the red 4,5):

enter image description here

Markus G.
  • 2,735
NonoHh
  • 11

1 Answers1

1

Now I understand that the characteristic I need is called "back reference", more precisely is "page back reference".

So I changed config of package hyperref from

\usepackage[breaklinks=true,bookmarks=false]{hyperref}

to

\usepackage[breaklinks=true,bookmarks=false,pagebackref]{hyperref}

This solved my question.

NonoHh
  • 11