GeneralHelp with References

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
std00088
Posts: 9
Joined: Mon Apr 07, 2008 12:02 pm

Help with References

Post by std00088 »

Hi,

I am writing a paper using the IEEE tran package according to, http://www.ieee.org/web/publications/au ... index.html

I face the following problem:

My references are mixed with my figures. Namely the section of references includes tables and figures from the file.
cannot understand why but as I wrote the set of commands

\bibliographystyle{IEEEtran}
\bibliography{mybib}

after the final section, why the figures and tables were inserted in the references section

Can you propose me a way to get over this problem ?

I have tried to write
\begin{figure}[hbt] or \begin{figure}[!t] but neither work.

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Help with References

Post by Juanjo »

The UK TeX Faq gives hints and tips that may solve your problem. Follow this link.
std00088
Posts: 9
Joined: Mon Apr 07, 2008 12:02 pm

Re: Help with References

Post by std00088 »

Great Thanks !

It works perfect !
Post Reply