开发者

Subfigures in beamer documents

开发者 https://www.devze.com 2023-01-22 07:30 出处:网络
I\'m using beamer package to produce slides. I put many figures on a slide by using the subfigure p开发者_C百科ackage. The problem is that for captions, the subfigure are labeled \"a\", \"b\".. \"m\",

I'm using beamer package to produce slides. I put many figures on a slide by using the subfigure p开发者_C百科ackage. 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消