General ⇒ How to suppress the list of page numbers in bibliography
How to suppress the list of page numbers in bibliography
\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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to suppress the list of page numbers in bibliography
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
Re: How to suppress the list of page numbers in bibliography
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.