I'm having a trouble with removing the hyperlinks that LaTeX generates after each bibliographic entry.
Example:
A. Jonas, J. App. Chem, 2000, 1,5,8,13,15,17
The numbers "1,5,8,..." are in fact the pages on which I refer to this reference.
The template that I use includes the hyperref package. I have disabled this package (inserted a %) but still, there is no change.
I am sure that the trouble comes from the main .tex file (and not from the class file that I use for the bibliography, because I tried different classes, and I still get the page numbers.)
Summary: I want to disable hyperlinks in my bibliography (or in my whole text). Although I commented out the hyperref package, it doesn't work.
It would be great if you could help me. I have to submit my thesis the day after tomorrow!!!
backrefpackage will add these links, as will thebackrefoption tohyperref. Something is loading one of these packages. Without seeing your preamble it's hard to say much else. – Lev Bishop Jun 7 '11 at 1:17