Graphics, Figures & Tables'magnetic' tables not showing up where they should

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
kevinyeandel
Posts: 2
Joined: Thu Mar 19, 2009 1:53 am

'magnetic' tables not showing up where they should

Post by kevinyeandel »

Hi
I've tried loads of variations in regards to where to place tables but the layout is constantly messed up.

I thought the
\begin{table}[!h]
meant put the table here amongst the text. I just get a collection of tables at the bottom of my doc.

It seems to ignore \newpage\section{new section} and it's text and pushes the section above these tables. I'm really going crazy after 2 days of this..

I've tried floats and all sorts but still they collect at the bottom of the doc.

Anyone got any clues as to why this is happening?

Thanks
Kevin
PS. Using LEd

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: 'magnetic' tables not showing up where they should

Post by josephwright »

We could do with a full example of what you are doing. Note that !h means "here if possible" (even with the !). Try loading the float package and using the H specifier (= here or nowhere).
Joseph Wright
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

'magnetic' tables not showing up where they should

Post by localghost »

You should get some messages in the log file that your placement parameter is overwritten. This single parameter is simply to restricting for positioning your floats. Before using the float package, try [!ht] as option list for your floats.


Best regards
Thorsten¹
Post Reply