BibTeX, biblatex and biberQuestion re' page numbers appearing in bibiography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
anoushp
Posts: 6
Joined: Fri Nov 13, 2009 3:41 pm

Question re' page numbers appearing in bibiography

Post by anoushp »

Hello,

I have the following problem: I have a separate .tex file, which stands for the bibliography of my thesis and it starts with \begin{thebibliography}{99}.

And then throughout my thesis I refer to the bibitems. The problem is that when I refer to some item then the page number of the part where the reference was made appears automatically in bibliography i.e when I look at the pdf file in the bibliography section I see a bibitem +the page number(s) of the part where that particular bibitem was cited. I want to get rid of these page numbers after my bibitems.

Could anyone help, please?

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

Question re' page numbers appearing in bibiography

Post by gmedina »

Hi,

perahps you are loading the hyperref package with the backref option? If so, delete this option; if not, please provide a minimal working example that allows us to reproduce the problem.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
anoushp
Posts: 6
Joined: Fri Nov 13, 2009 3:41 pm

Re: Question re' page numbers appearing in bibiography

Post by anoushp »

Hello!

Thanks for response!
No, I don't use hyperref package (at least I can't find any usepackage command)

I'm providing a minimum working example contains 3 .tex files). And you can see that it appends the page number, where citation was made in Bibliography.
Attachments
references.tex
(271 Bytes) Downloaded 220 times
chapter2.tex
(545 Bytes) Downloaded 237 times
thesis.tex
This is the main file to be compiled
(3.22 KiB) Downloaded 253 times
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: Question re' page numbers appearing in bibiography

Post by gmedina »

You are using a custom document class. Search the file CUEDthesisPSnPDF.cls for the backref option and delete it. If that doesn't work, then try asking the author of the class.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
anoushp
Posts: 6
Joined: Fri Nov 13, 2009 3:41 pm

Re: Question re' page numbers appearing in bibiography

Post by anoushp »

Thanks alot!

I see now. I guess they have predefined that in .cls file. I will ask the author now, because I was given a template
anoushp
Posts: 6
Joined: Fri Nov 13, 2009 3:41 pm

Re: Question re' page numbers appearing in bibiography

Post by anoushp »

I see now. I found hyperref in that .cls file and when I removed the backref option I have got it in the right format!
Post Reply