simple-slides
simple-slides copied to clipboard
master-slide or style option
I don't know where to check on this, or how to precisely characterize the request, but I'm just following up on this thread:
http://thread.gmane.org/gmane.comp.tex.context/53798
I am working on a successor for simpleslides, whose working name is complexslides. I have added such a feature in complexslides module. Basically, I define a makeup
as (see complexslides-extras-makeup )
\definemakeup
[slide]
[
\c!doublesided=\v!no,
\c!page=\v!yes,
\c!top=\vss,
\c!bottom=\vss,
\c!bottomstate=\v!normal,
\c!topstate=\v!normal,
\c!textstate=\v!normal,
\c!headerstate=\v!stop,
\c!footerstate=\v!stop,
\c!pagestate=\v!stop,
\c!style={\switchtobodyfont[24pt]\setupinterlinespace},
\c!color=foreground:2,
\c!align=\v!middle,
]
Then, to get a full page slide, use
\startslidemakeup
Full page text
\stopslidemakeup
Hopefully, this can be plugged into your XSLT script. The complexslides module has two example files, one showing the basic usage of the module, and the other showing how to write simple slides in markdown and convert it to ConTeXt using pandoc
.
Note: You need to context-visualcounter module to compile the examples.