Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I am using LyX to write my thesis. I am using a BibTeX Generated Bibliography (generated in Jabref) which works fine. I just have one problem, in the actual PDF, the Bibliography section after each reference, the section where that reference was cited is printed out, for example:

[1] R. Budwig, “Refractive index matching methods for liquid flow investigations,” Experiments in Fluids, vol. 17, no. 5, pp. 350–355, 1994. 2.7.4

Where "2.7.4" is the section where this reference is cited.

Is this related to my overall master style file, or is it just a simple setting in LyX that I can disable?

share|improve this question

1 Answer

up vote 1 down vote accepted

Usually the back references are inserted by package backref. Either it is loaded explicitly or it is loaded by package hyperref via options backref or pagebackref. I am not familiar with Lyx, but at least you have some hints, what needs to be changed.

share|improve this answer
Thank you! I found the problem, in my Latex Preambles i had backref as one of the packages to use. Thank you!!!! – Emma Aug 24 '12 at 9:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.