I am using LyX to write my thesis. I am using a BibTeX Generated Bibliography 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?
Maybe one of the more experienced LyX users knows this out of the box, but for us LaTeX users you need to give a little bit more information. Maybe you can attach an stripped down version (containing only one section and one reference) of your file here in the forum so we could have a look?
Hi Clemens, thanks for your reply. I am using a .sty file that controls the overall thesis file. I will admit this is a hand-me-down sty file and so i did not write it. In saying that, I did not change anything in it, but the person that gave it to me did not have the same problem.
When I open my main Thesis.lyx file, the BibTex Gemerated Bibliography is inserted in here, and this is where i input the bibtex bibliography file. As the entire thesis is linked with this master class file, i am not sure how to upload a stripped down simple version with only one reference.
I'm not sure if i'm making much sense here!! When i put a reference into a section, say 2.7.4 like this:
The factors that must be considered in the selection of a refractive index matching liquid are its index of refraction, optical clarity, density, viscosity, material compatibility, safety and cost [Budwig1994].
It comes out in the bibliography like this:
[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 the 2.7.4 at the end of the refernece is actually the section number that i used it in. I need to stop this happening.
This is the only part of the .sty file relating to bibliography, but it is more related to the table of contents i think.
Well, the bibliography style usually is provided by a bst file. Does your thesis class somewhere contain a \bibliographystyle somewhere? Maybe you could attach the sty file here?