On Wed, 4 Jan 2012, pol stra wrote: > I tried to compile the first example of the simpleslide module’s documentation, but it doesn’t work: The recent cleanup in the MkIV has broken parts of the simpleslides module. As a quick hack, you can put the attached file in your current directory. Thomas and I have been thinking of (again) rewriting the presentation module to make it modular. The current version of this module is at http://bitbucket.org/adityam/complexslides It currently has only one style (that I am using at present). There is no documentation at present, but the following shows the current interface. \usemodule[complexslides][colorscheme=..., fontscheme=..., extras=....] \starttext \setvariables [talk] [title=..., shorttitle=..., author=...., shortauthor=..., institute=..., location=..., ] \startsection[title=....] ... \stopsection ... \stoptext Aditya