Re: figure numbering in overlays
Trond Varslot <[email protected]>
| Newsgroups | gmane.comp.tex.latex.prosper.user |
|---|---|
| Message-ID | <[email protected]> |
A better solution is to use \saveCtr, which is defined in prosper.cls.
An example is:
\saveCtr{equation}
\overlays{3}{
\begin{slide}{TT}
foo
\fromSlide{1}{
\begin{equation}
1=2
\end{equation}}
\fromSlide{2}{...}
\fromSlide{3}{...}
\begin{align}
\lambda
\end{align}
\end{slide}
}
I think \saveCtr needs to be called before each
\overlays{...}{...}-statement where such behaviour is encountered.
---
Trond Varslot.
[email protected] wrote:
>You might try to redefine the counter so that before each overlay is shown
>figure 1 keeps being figure 1.
>
>It should be something like:
>
>\setcounter{figurecaption}{1} % I'm not sure about the syntax
>
>To be more elegant you should save the counter somewhre safe and then use
>that number. In this way you don't screw everything up if you insert a
>figure on a previous slide.
>
>Luca
>
>On Fri, 12 Dec 2003, Stéphane Gaillard wrote:
>
>
>
>>Hello,
>>
>>i am trying to make a presentation with differents figures on the same
>>slide. These figures appear successively by using many overlays. The problem
>>is that each figure has its own caption with a number which is increasing at
>>each overlay :( (figure 1 finish as figure 4 !!! and fig 4 as fig 10 ...)
>>
>>For example:
>>
>>1|2|3|4 <-- overlays
>>_|_|_|_
>>caption number for each of the 4 figures
>>1|2|4|7
>>_|3|5|8
>>_|_|6|9
>>_|_|_|10
>>
>>Could you please help me for solving this problem ?
>>I don't want to return to powerpoint if possible ;)
>>
>>thank you very much
>>sincerely yours
>>
>>_________________________________________________________________
>>MSN Search, le moteur de recherche qui pense comme vous !
>>http://search.msn.fr/
>>
>>
>>
>>-------------------------------------------------------
>>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/
>>_______________________________________________
>>Prosper-users mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/prosper-users
>>
>>
>>
>
>
>
>-------------------------------------------------------
>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/
>_______________________________________________
>Prosper-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/prosper-users
>
>
>
-------------------------------------------------------
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/