[texhax] table placement

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Dec 16 14:04:51 CET 2007


burlen schrieb:
> Hi I have a hair pulling situation where no matter what I do latex moves 
> my tables to the end of the chapter. Of course I want them in the text. 
> I have tried using the [h!] and the [ht!] options to no avail. Is there 
> anything I can do?

then the first table is too big and latex moves it and all the
following ones to the end of the chapter. You can try

\begin{table}[!htb]
\caption{...}
\resizebox{\linewidth}{!}{%
  ... your tabular ... }
\end[table}

Herbert


More information about the texhax mailing list