Thanks Herbert,
The problem is this solution is for one group of figures. When I do that, i
get everything nice for one group of figure, like Figure 21a, 21b, 21c
Then when I start the next group, it gives me the captions numbered starting
from where the previous one was left! In this case Figure 22d, 22e etc... Can
I get is start from 'a' again?
Thanks
R
On Tuesday 07 August 2001 11:34, Herbert Voss wrote:
> Rem wrote:
> > it doesn't really work.. the figure continues beyond the page...
>
> in preamble
>
> \newcounter{mySubCounter}
> \newcommand{\myCaption}{}
> \newenvironment{mySubFigure}[1] {% caption as parameter
> \renewcommand\myCaption{#1}
> \refstepcounter{mySubCounter}
> }
> {%
> \vspace{1ex}
>
> \addcontentsline{lof}{subsection}{\thefigure\alph{mySubCounter}\hspace{0.75
>em} \myCaption}
> \hfill\textbf{Figure \thefigure\alph{mySubCounter} :
> }\myCaption\hfill%
> \vspace{1ex}%
> }
>
> before your first subfigure in tex (red) and only once!
>
> \addtocounter{figure}{1}
>
> now your subfigures
> \begin{mySubFigure}{any caption}
>
> ---- insert here the figure ----
>
> \end{mySubFigure}
> \newpage
>
> the next subfigure
> \begin{mySubFigure}{any caption}
>
> and so on
>
> ....
>
> Herbert
----------------------------------------
Content-Type: text/plain; charset="us-ascii"; name="subfigure.lyx"
Content-Transfer-Encoding: 7bit
Content-Description:
----------------------------------------