ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vit Zyka <vit.zyka@seznam.cz>
Subject: Re: 2 Slides per Page
Date: Thu, 18 Nov 2004 11:54:52 +0100	[thread overview]
Message-ID: <419C7F7C.8060509@seznam.cz> (raw)
In-Reply-To: <3.0.5.32.20041117222657.00914530@mail.northcoast.com>



David Arnold wrote:

> All,
> 
> I've got a slide show set up with:
> 
> \setuppapersize[S6][S6]
> 
> \setuplayout
>   [width=middle,
>     top=1cm,
>     bottom=1cm,
>     backspace=1cm,
>     leftmargin=0pt,
>     rightmargin=0pt,
>     footer=0pt,
>     header=0pt]
> 
> Then, I have material on a slide (page), followed by a \page command,
> material on a slide (second page), followed by a \page command, material on
> a slide (third page), followed by a \page command, ....
> 
> Now, I would like to print my slides on US Letter, two slides  the page.
> Page 1 should contain my first slide at the top, second at the bottom. Page
> 2 should contain my third slide at the top, fourth slide at the bottom.
> Etc, Etc, Etc, ...

Just a hint:

use
   \setuparranging[2TOPSIDE]
   \setuppapersize[S3][letter]
and play with
   \setuplayout[...]
(I propose to use S3 (or S4? to fit the a half of letter height) or 
scale S6 down.)

beneficial is splitting processing by modes
\doifmodeelse{print}
   {...print stuff...}
   {...screen stuff...}

Regards,
Vit Zyka
> 
> Can someonw show me how to do this?
> 
> Thanks.
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
Vít Zýka --- http://typokvitek.com
     Automatic document typesetting
     Automaticka sazba dokumentu --
--

  parent reply	other threads:[~2004-11-18 10:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-18  6:26 David Arnold
2004-11-18 10:38 ` Henning Hraban Ramm
2004-11-18 10:54 ` Vit Zyka [this message]
2004-11-18 11:07   ` Hans Hagen
2004-11-18 16:55     ` David Arnold

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=419C7F7C.8060509@seznam.cz \
    --to=vit.zyka@seznam.cz \
    --cc=ntg-context@ntg.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).