Search found 4 matches

by trine8
Sat Feb 16, 2013 5:06 pm
Forum: Graphics, Figures & Tables
Topic: Table unnecessarily floats to new page
Replies: 6
Views: 75808

Re: Table unnecessarily floats to new page

Okay, strange, but somehow I did some magic: With {table*}[htb] it works in my document.. but not in my mini example. I hope, I will never have to compile my document again :D

Nevertheless, thank you guys a lot!
by trine8
Sat Feb 16, 2013 4:32 pm
Forum: Graphics, Figures & Tables
Topic: Table unnecessarily floats to new page
Replies: 6
Views: 75808

Re: Table unnecessarily floats to new page

Hi,

thanks again!

Unfortunately, the original table will never fit into one row and accepting the behavior means I would have to shorten my text by half a page :(

Are there no dirty hacks left? ;-) Only some millimeters are causing this trouble.

Furthermore, I cannot understand why it works ...
by trine8
Sat Feb 16, 2013 4:05 pm
Forum: Graphics, Figures & Tables
Topic: Table unnecessarily floats to new page
Replies: 6
Views: 75808

Table unnecessarily floats to new page

Hi,

first of all, thanks for the reply!

I created a mini example:

\documentclass{sig-alternate}

\begin{document}

\begin{table*}[!htbp]
\small
\caption{c}
\centering
%\renewcommand\arraystretch{1.5}
\begin{tabular}{|l||p{3.8cm}||p{1.7cm}|} \hline\\
& \textbf{Lorem ipsum}& \textbf{Lorem ...
by trine8
Sat Feb 16, 2013 2:48 pm
Forum: Graphics, Figures & Tables
Topic: Table unnecessarily floats to new page
Replies: 6
Views: 75808

Table unnecessarily floats to new page

Hi,

I am really frustrated about the following issue:

I have a document with two tables. The smaller(!) one always floats on a new page and does not allow any other text on that page, the larger one does not to that. With two rows less it works, but I really need those two rows.

My code looks ...