Search found 2 matches

by zqzuk
Wed Mar 28, 2012 10:13 pm
Forum: Graphics, Figures & Tables
Topic: Huge Gap between Paragraph and Table
Replies: 2
Views: 3565

Re: Huge Gap between Paragraph and Table

Further to this - I ve noticed that, it seems latex always places tables such that it is aligned to the top of a page, or to the bottom. However in my case, i want it to stay between paragraphs, so somewhere in the middle of a page.

Is that possible?
by zqzuk
Tue Mar 27, 2012 10:01 pm
Forum: Graphics, Figures & Tables
Topic: Huge Gap between Paragraph and Table
Replies: 2
Views: 3565

Huge Gap between Paragraph and Table

Hi, I am a latex newbie and I currently have weird presentation with tables. my code looks like this:
\FloatBarrier
\input{./tables/t_4}
\FloatBarrier
In addition, .......(some text goes here) used.
\vspace{-20cm}
\FloatBarrier
\input{./tables/t_5}
\FloatBarrier

\input{./sections/section6}
where ...