LaTeX Solving Latex Bibliography Issues

AI Thread Summary
The discussion centers on a LaTeX issue regarding the bibliography numbering being incorrect when compiled using Texnic Center. The user initially seeks help to understand why the numbering appears "messed up." After further investigation, it is revealed that the problem may not lie within the bibliography code itself, as it compiles correctly when isolated from the rest of the document. This suggests that the issue could stem from another part of the LaTeX document, prompting the user to search for errors elsewhere in their code. The conversation emphasizes troubleshooting techniques in LaTeX and the importance of isolating components to identify issues.
ehrenfest
Messages
2,001
Reaction score
1
[SOLVED] latex question

\begin{thebibliography}{5}

\bibitem{mazo}
Robert M. Mazo.
\emph{Brownian Motion: Fluctuations, Dynamics and Applications}.
Clarendon Press, Oxford,
2002.

\bibitem{schweitzer}
F. Schweitzer.
\emph{Brownian Agents and Active Particles}.
Springer, Berlin,
2003.

\end{thebibliography}

When I compile that with the texnic center, the numbering the bibliography is messed up. Does anyone know why?
 
Physics news on Phys.org

Attachments

  • test1.jpg
    test1.jpg
    21.3 KB · Views: 672
Last edited:
Sorry, I think that there a problem somewhere else in the document that is causing this since I deleted the rest of the document and the bibliography came out nicely.
 
ok. I hope you find the error!
 

Similar threads

Replies
8
Views
4K
Back
Top