GeneralPage referencing

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tipoftheday
Posts: 6
Joined: Thu Dec 03, 2009 3:05 pm

Page referencing

Post by tipoftheday »

Hi,

I have a LaTeX document that includes other documents. When using cite the referencing works fine. I get the number appear in the text and the bibliography features the reference. But, I get a list of the pages where I have referenced the particular article after the appearance in the bibliography. I.e. I have referenced one article on pages 4 and 6 of my document and my reference appears in the bibliography as:

[1] A. Author, A. Nother. The title of the article. Journal, no. Pages. Date. 4,6

I really need to remove these crossrefs but I can't find an option to turn them off. Any ideas?

As a note, I have used several bibliography style files (.bst) but this even happens with the plainnat.bst file. I have posted this here because I am not sure it has anything to do with a particular topic - sorry if I'm wrong.
Last edited by tipoftheday on Thu Dec 03, 2009 4:17 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Page referencing

Post by gmedina »

Hi,

you surely loaded the hyperref package with the backref option; simply delete that option from the list of options of hyperef.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
tipoftheday
Posts: 6
Joined: Thu Dec 03, 2009 3:05 pm

Re: Page referencing

Post by tipoftheday »

Bang on it, thank you for your help.
Post Reply