On Sun, 20 Nov 2011, Wolfgang Schuster wrote:
Am 20.11.2011 um 19:37 schrieb Aditya Mahajan:
There is a python script called impressive (http://impressive.sourceforge.net/) that adds some eyecandy to presentations. One of the features that it has is an overview screen at the end, like this: http://impressive.sourceforge.net/oview.png This is similar to the overview screen used in the ConTeXt showcase by Hans: http://pragma-ade.com/show-man.pdf
I want to include such an overview in my slides, but am not sure if it can be done without using a separate tex file. My slides look like this (sorry Thomas, I am not using simpleslides at the moment)
You can save a copy of the page in a box and print the collection of all boxes at the end of the document.
\newcount\sectionpage
\installpagehandler{sectionpage}% {\global\advance\sectionpage\plusone \global\expandafter\newbox\csname sectionpage:\number\sectionpage\endcsname \dowithnextbox {\global\expandafter\setbox\csname sectionpage:\number\sectionpage\endcsname\copy\nextbox \actualshipout{\flushnextbox}} \normalhbox}
\starttext
\setuppaper[method=sectionpage]
Thanks a lot! I think that I will be able to tweak this to get overview slides. Aditya