Re: adjusting distance before and after figures or tables

2009-06-03 Thread James C. Sutherland


On Jun 3, 2009, at 1:41 PM, Semih Özmen wrote:


Hi,

I couldnot find any setting to adjust distance before and after the  
figures and tables. Can it be defined in latex class?

if so, what parameter should I search for?

Thanks

Semih


You are keeping the list busy today.

Try adding something like the following to the preamble:

% float spacing
\setlength{\textfloatsep}{5mm}
\setlength{\floatsep}{1cm}
\setlength{\abovecaptionskip}{2mm}
\setlength{\belowcaptionskip}{3mm}

A google search could also prove fruitful here.
I seem to remember that you mentioned earlier that you were working on  
a dissertation.  Your university's style file should define float  
separations.




adjusting distance before and after figures or tables

2009-06-03 Thread Semih Özmen
Hi,

I couldnot find any setting to adjust distance before and after the figures and 
tables. Can it be defined in latex class?
if so, what parameter should I search for?

Thanks

Semih