Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master-slide or style option #1

Open
bdarcus opened this issue Jan 19, 2012 · 1 comment
Open

master-slide or style option #1

bdarcus opened this issue Jan 19, 2012 · 1 comment
Assignees

Comments

@bdarcus
Copy link

bdarcus commented Jan 19, 2012

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

@ghost ghost assigned adityam Jan 25, 2012
@adityam
Copy link
Owner

adityam commented Jan 29, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants