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 ...
Search found 5 matches
- Fri Dec 25, 2009 12:03 am
- Forum: Graphics, Figures & Tables
- Topic: Space between algorithm body and caption
- Replies: 8
- Views: 8449
- 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
interestingly, figures seems different than before

- 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?
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?
- 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 :
where should I put \captionsetup[boxed]{skip=6pt} expression?
I have a block like this :
Code: Select all
\begin{algorithm}
\caption{Caption ...}
....
\end{algorithm}
- 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...
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...