On 7/31/2021 10:23 PM, Jeroen via ntg-context wrote:
I worked around it, instead of simpleslides just use larger fonts to with regular pages
Tne next version will have this (easy cheap extension):

\definesavebuffer[slide]

\startslide
  % styling
\stopslide

\starttext
    \startslide
        \starttext
    \stopslide
    \startslide
        slide 1
    \stopslide
    text 1 \par
    \startslide
        slide 2
    \stopslide
    text 2 \par
    \startslide
        slide 3
    \stopslide
    text 3 \par
    \startslide
        \stoptext
    \stopslide
\stoptext

after that you have a file <jobname>-slide.tex that has the slides that you can process (or include in a wrapper):

% styling
\starttext
slide 1
slide 2
slide 3
\stoptext

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to