Search found 5 matches

by squall83
Wed Mar 17, 2010 9:55 am
Forum: Graphics, Figures & Tables
Topic: Alignment of captions
Replies: 2
Views: 1924

Re: Alignment of captions

Thanks, but the command I'd like to use doesn't work. I tried to insert

\captionsetup{format=hang}

either before my figures or inside my figures. I also tried

\captionsetup{format=plain}
\captionsetup{singlelinecheck=off}

just out of curiosity, but only the 2nd command worked. The format ...
by squall83
Tue Mar 16, 2010 5:37 pm
Forum: Graphics, Figures & Tables
Topic: Alignment of captions
Replies: 2
Views: 1924

Alignment of captions

Hello everyone,

I am looking for a way to change the caption alignment. The alignment seems to be centered for short texts and left-aligned for long ones as can be seen in the following example:

\documentclass[]{scrbook}
\usepackage{graphicx}
\usepackage{caption}

\begin{document}

\begin{figure ...
by squall83
Fri Nov 27, 2009 9:51 pm
Forum: Graphics, Figures & Tables
Topic: subfigure + caption + appendix = bug
Replies: 4
Views: 3679

Re: subfigure + caption + appendix = bug

Thank you, now it's working. ^^ But I'll try to update the caption-package anyway.

I downloaded Miktex roughly 2,5 months ago with all packages included but since I didn't want any beta I downloaded the newest stable version, so that's probably why I didn't get Version 3.1k of the caption-package ...
by squall83
Fri Nov 27, 2009 12:12 pm
Forum: Graphics, Figures & Tables
Topic: subfigure + caption + appendix = bug
Replies: 4
Views: 3679

subfigure + caption + appendix = bug

I searched this sub-forum for sommerfee and read all threads (diagonally) that seemed to be remotely similar to what my problem is, but I couldn't find anything.

I think that the easiest workaround would be if I could reset the counter which is being used by the subcaption-command manually because ...
by squall83
Thu Nov 26, 2009 11:11 am
Forum: Graphics, Figures & Tables
Topic: subfigure + caption + appendix = bug
Replies: 4
Views: 3679

subfigure + caption + appendix = bug

Hello everyone,

I have the following problem:
I want to have multiple figures in the same row. So I used the subfigure command. The subfigures are indexed (a), (b), (c). Now I have the same in the appendix, but there the indexing continues with (d), (e), (f).

This problem only occurs when I switch ...