Question

I'm using beamer package to produce slides. I put many figures on a slide by using the subfigure package. The problem is that for captions, the subfigure are labeled "a", "b".. "m", "n" and so on, for subfigures appearing on different slides. How could I reset the subfigure numbering when passing to a new slide?

Thanks in advance.

Was it helpful?

Solution

Solved: added \setcounter{subfigure}{0} before each \begin{figure}.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top