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?
BibTeX, biblatex and biber ⇒ Question re' page numbers appearing in bibiography
NEW: TikZ book now 40% off at Amazon.com for a short time.

Question re' page numbers appearing in bibiography
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.
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,...
Re: Question re' page numbers appearing in bibiography
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.
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
Re: Question re' page numbers appearing in bibiography
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,...
Re: Question re' page numbers appearing in bibiography
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
I see now. I guess they have predefined that in .cls file. I will ask the author now, because I was given a template
Re: Question re' page numbers appearing in bibiography
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!