Search found 5 matches

by sercan
Fri Dec 25, 2009 12:03 am
Forum: Graphics, Figures & Tables
Topic: Space between algorithm body and caption
Replies: 8
Views: 8449

Re: Space between algorithm body and caption

I think it is something else related to my environment.
Adding the line \usepackage{caption} is enough the change some pieces.

But \captionsetup[algorithm]{skip=...} works just fine. I have used this for different font sizes, only algorithm captions are affected with new font size.

Thank you ...
by sercan
Thu Dec 24, 2009 9:37 pm
Forum: Graphics, Figures & Tables
Topic: Space between algorithm body and caption
Replies: 8
Views: 8449

Re: Space between algorithm body and caption

no, i used \captionsetup[algorithm]{skip=...} but it still affects figures and tables.

interestingly, figures seems different than before :(
by sercan
Thu Dec 24, 2009 8:20 pm
Forum: Graphics, Figures & Tables
Topic: Space between algorithm body and caption
Replies: 8
Views: 8449

Re: Space between algorithm body and caption

Thank you sommerfee.

It works just fine for algorithms. However, my other captions (for figures and tables) are also affected. Can I force this setting to be applied just for algorithms?
by sercan
Thu Dec 24, 2009 10:17 am
Forum: Graphics, Figures & Tables
Topic: Space between algorithm body and caption
Replies: 8
Views: 8449

Space between algorithm body and caption

sorry, I am not so familiar with the environment.

I have a block like this :

Code: Select all

\begin{algorithm}
\caption{Caption ...}
....
\end{algorithm}
where should I put \captionsetup[boxed]{skip=6pt} expression?
by sercan
Wed Dec 23, 2009 11:54 pm
Forum: Graphics, Figures & Tables
Topic: Space between algorithm body and caption
Replies: 8
Views: 8449

Space between algorithm body and caption

Hello,

I am using algorithm package with style "boxed". The caption is too close to the box of the algorithm. How can I add some space between algorithm body and caption?

Thanks in advance...