ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Hans Hagen <j.hagen@xs4all.nl>
Subject: Re: Code document and simpleslides and create in one go the document with simpleslides added
Date: Sun, 1 Aug 2021 13:56:50 +0200	[thread overview]
Message-ID: <55dbdad4-8914-7390-3d65-9856bd154d65@xs4all.nl> (raw)
In-Reply-To: <CAPtmdbPVvkoO6_5Nq2FVVknTDjdCX+stzc9iat6NC6KR4inmcA@mail.gmail.com>

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	other threads:[~2021-08-01 11:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31 13:27 Jeroen via ntg-context
2021-07-31 14:00 ` Henning Hraban Ramm via ntg-context
2021-07-31 14:06 ` Pablo Rodriguez via ntg-context
2021-07-31 14:22   ` Thomas A. Schmitz via ntg-context
2021-07-31 20:23     ` Jeroen via ntg-context
2021-08-01 11:56       ` Hans Hagen via ntg-context [this message]
2021-08-01 13:02         ` Wolfgang Schuster via ntg-context
2021-08-01 13:44           ` Hans Hagen via ntg-context
2021-08-01 16:03       ` Pablo Rodriguez via ntg-context
2021-08-06 17:02         ` Jeroen via ntg-context
2021-07-31 14:19 ` Thomas A. Schmitz via ntg-context

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55dbdad4-8914-7390-3d65-9856bd154d65@xs4all.nl \
    --to=ntg-context@ntg.nl \
    --cc=j.hagen@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).