Re: figure numbering in overlays
Stéphane Gaillard <[email protected]>
| Newsgroups | gmane.comp.tex.latex.prosper.user |
|---|---|
| Message-ID | <[email protected]> |
Thank you all for your help.
2 ways are working until figure 10 and then, i confirm :( SaveCtr
crashes, it's ashame, it's the simplest.
Finally, i have to use the Luca's solution which work's perfectly \o/
...
\begin{document}
\newcounter{figureBack}
\setcounter{figureBack}{0}
\setcounter{figureBack}{\value{figure}}% for further copy and paste
and then for each slide using figure:
\setcounter{figureBack}{\value{figure}}% backup the good counter value
% thank you Luca for advice ;)
\overlays{n}{
\setcounter{figure}{\value{figureBack}}% for initialising the counter
% for each overlay
\begin{slide}{Slide title}
...
\end{slide}
}
Again thank you --> no need to use powerpoint :)
Bye
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/