On Thu, 10 Jan 2013, Hans Hagen wrote:
you only need modules for special kind of functionality or rendering (like presentations) although one can make presentations without extra modules (just set the papersize to S6 or so)
I created an example to show how to create basic slides from scratch. https://github.com/adityam/context-slides-example/commits/master The first commit starts with a basic skeleton document, Each additional commit adds new functionality (pagesetup, layout, fonts, heads, style, bullets) and shows how to incrementally add features to a style. When I get the time, I'll add code to show how to create a titlepage etc. Basically, you don't need any modules for slides as creating your own style is relatively simple Aditya