As usual, Herbert had the quick answer:
> If I use
> \caption[short caption]{long caption} with \,[]{} in red TEX mode
> instead of Figure: long caption (i.e. caption-environment)
> in book-style, I get the following problem:
> the 9 figures in Chapter 1 are in the LOF 1.1 to 1.9, ok
> the figures themself are correctly shown with 1.1 to 1.9, ok
> however the figures in the text are referring to 1.1, 1.1, 1.1 in the
> first section of this chapter (3 figures), to 1.2 and 1.2 in the second
> section of this chapter (2 figures),
> and in the subsection 1.3.1 to fig.1.3.1, in subsection 1.3.2 to fig. 1.3.2
YOU SHOULD NOT PUT THE LABLES IN FRONT OF THE CAPTION
since Latex can�t find out which graphic it is, because the captions are
numbered
du darfst die labels nicht VOR die caption schreiben, denn dann kann
latex nicht herausfinden, welche grafik vorliegt, denn die caption
wird nummeriert. also:
\caption[blah]{<hier label>und nun die caption}
Herbert, I hope you don�t mind I send this to the list, since others might do
the same misstake
Wolfgang
-------------------------------------------------------