I am using the following in the preamble:
\usepackage{natbib}
\bibliographystyle{plainnat}
Example of the output:
Harl E Ryder and Geoffrey M Heal. Optimum growth with intertemporally
dependent preferences. Review of Economic Studies, 40(1):1–33, January
1973. 2, 3, 4, 5, 6, 7, 8, 9, 10
I would like to suppress the list of page numbers 2, 3, 4, 5, 6, 7, 8,
9, 10
Any ideas? many thanks,
Patrick.
General ⇒ How to suppress the list of page numbers in bibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How to suppress the list of page numbers in bibliography
Hi Patrick,
perhaps you have set the pagebackref option to the hyperref package, then you just need to remove it.
Otherwise provide more information like a minimal working example.
Stefan
perhaps you have set the pagebackref option to the hyperref package, then you just need to remove it.
Otherwise provide more information like a minimal working example.
Stefan
LaTeX.org admin
Re: How to suppress the list of page numbers in bibliography
correcto! indeedee!
In the hyperref options, set:
pagebackref=false, and the page numbers will disappear
pagebackref=true, and the page numbers will reappear
many, many thanks Stefan,
Patrick.
In the hyperref options, set:
pagebackref=false, and the page numbers will disappear
pagebackref=true, and the page numbers will reappear
many, many thanks Stefan,
Patrick.