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):
Asked
Active
Viewed 90 times
0
-
Welcome to TeX.SE. – Mico May 06 '21 at 13:53
-
Does the posting Bibliography with page numbers address your query? – Mico May 06 '21 at 13:57
-
1@Mico Thank you so much, I'm a beginner, so I have some questions that may not be searched in the right way, thank you again for your help! – NonoHh May 06 '21 at 15:36
1 Answers
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
