GeneralHow to suppress the list of page numbers in bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

How to suppress the list of page numbers in bibliography

Post by ptoche »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

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
LaTeX.org admin
ptoche
Posts: 49
Joined: Thu Apr 12, 2007 10:41 am

Re: How to suppress the list of page numbers in bibliography

Post by ptoche »

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.
Post Reply