General ⇒ Page referencing
-
- Posts: 6
- Joined: Thu Dec 03, 2009 3:05 pm
Page referencing
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.
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
Page referencing
you surely loaded the hyperref package with the backref option; simply delete that option from the list of options of hyperef.
-
- Posts: 6
- Joined: Thu Dec 03, 2009 3:05 pm