Document Classesgetting rid of links in bibliography

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
erl24
Posts: 1
Joined: Thu Nov 27, 2008 3:32 pm

getting rid of links in bibliography

Post by erl24 »

No matter which .bst style I use, it always generates a bibliography in which it sticks little link after the reference that takes you back to where I cited it in the text. This takes the form of sequentially increasing numbers. for example:

Hamilton, W. D. (1964). Genetical evolution of social behaviour. Journal Of Theoretical
Biology, 7(1):1–16. 3

All well and good for looking at the document on screen, but pointless and funny-looking if you're printing it out. Does anyone know how I can get rid of it? Or can anyone suggest a .bst style that will generate a bibliography in the above format, but without the link?

Thanks

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

getting rid of links in bibliography

Post by gmedina »

Hi,

without further information a guess is all I can do. Maybe you are loading the backref package in the preamble or maybe you are including the backref=true option when loading the hyperref package? If this is so, simply delete the \usepackage{backref} line or delete the backref=true option for hyperref. If this was not the case, then please post a minimal working example showing the undesired bahaviour.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply