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.
Code: Select all
% Redefine \thebibliography to go to a new page and put an entry in the
% table of contents
\let\@ldthebibliography\thebibliography
\renewcommand{\thebibliography}[1]{\newpage
\@ldthebibliography{#1}%
\rhead{\textit{\nouppercase{\leftmark}}}
%\lhead{\textit{\nouppercase{\rightmark}}}
\addcontentsline{toc}{chapter}{\bibname}}
% Start out normal
\pagestyle{plain}