---- Laurent Duperval <[EMAIL PROTECTED]> schreef: > Hi, > > Does anyone know if it's possible to have slide page numbers be kept in > sequence when slides are hidden. When I do that, I get slide numbers like > 1-2-3-5-6-9. Looks kinda weird > > L >
Maybe you can create some kind of macro in the footer that calculates a number depending on the state of the slide. I'm not familiar with the exact coding, but it might look a bit like this. if state is hidden then number = number(previous_slide) else number = number(previous_slide)+1 Arnold Huzen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
