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.
General ⇒ Page referencing
-
- Posts: 6
- Joined: Thu Dec 03, 2009 3:05 pm
Page referencing
Last edited by tipoftheday on Thu Dec 03, 2009 4:17 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Page referencing
Hi,
you surely loaded the hyperref package with the backref option; simply delete that option from the list of options of hyperef.
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,...
-
- Posts: 6
- Joined: Thu Dec 03, 2009 3:05 pm
Re: Page referencing
Bang on it, thank you for your help.