Mesner Strast wrote:
> 
> Hi I've got a figure float with many sub-figures which I have 
> put into a longtable. The thing is that the figure float runs 
> into several pages but the longtable doesn't seem to want to 
> split. How can this be done? Any suggestions? Thanks.

don't use a float or write your own environment if you need
the caption. e.g.

\newcounter{myCounter}[section]
\newcommand{\myCaption}[1]{%
  \vspace{0.5cm}\noindent\refstepcounter{myCounter} \sc Table %
  \rm\thesection .\arabic{myCounter}\hspace{0.2cm}\rm\ #1%
}


Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to