ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* 2 Slides per Page
@ 2004-11-18  6:26 David Arnold
  2004-11-18 10:38 ` Henning Hraban Ramm
  2004-11-18 10:54 ` Vit Zyka
  0 siblings, 2 replies; 5+ messages in thread
From: David Arnold @ 2004-11-18  6:26 UTC (permalink / raw)


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, ...

Can someonw show me how to do this?

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2 Slides per Page
  2004-11-18  6:26 2 Slides per Page David Arnold
@ 2004-11-18 10:38 ` Henning Hraban Ramm
  2004-11-18 10:54 ` Vit Zyka
  1 sibling, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2004-11-18 10:38 UTC (permalink / raw)


Am 18.11.2004 um 07:26 schrieb David Arnold:
> 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, ...

You could either use imposition (see "arranging pages" in the manual or 
"Imposition" in the wiki) or use modes like this:
\startnotmode[letter]
\page
\stopnotmode


Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2 Slides per Page
  2004-11-18  6:26 2 Slides per Page David Arnold
  2004-11-18 10:38 ` Henning Hraban Ramm
@ 2004-11-18 10:54 ` Vit Zyka
  2004-11-18 11:07   ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Vit Zyka @ 2004-11-18 10:54 UTC (permalink / raw)




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 --
--

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2 Slides per Page
  2004-11-18 10:54 ` Vit Zyka
@ 2004-11-18 11:07   ` Hans Hagen
  2004-11-18 16:55     ` David Arnold
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2004-11-18 11:07 UTC (permalink / raw)


Vit Zyka wrote:

> Just a hint:
> 
> use
>   \setuparranging[2TOPSIDE]
>   \setuppapersize[S3][letter]

for fun you can play with the imposition interface at

   www.pragma-pod.com -> exa -> impose

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2 Slides per Page
  2004-11-18 11:07   ` Hans Hagen
@ 2004-11-18 16:55     ` David Arnold
  0 siblings, 0 replies; 5+ messages in thread
From: David Arnold @ 2004-11-18 16:55 UTC (permalink / raw)


Hans et al,

Thanks for the hints. I'll take a look when I have more time. I have to
give this talk today, so I was glad I found this in the mail archive (keep
up the good work Patrick):

texexec --pdfcombine --comb=1*2 slides

Worked like a charm!

At 12:07 PM 11/18/04 +0100, you wrote:
>Vit Zyka wrote:
>
>> Just a hint:
>> 
>> use
>>   \setuparranging[2TOPSIDE]
>>   \setuppapersize[S3][letter]
>
>for fun you can play with the imposition interface at
>
>   www.pragma-pod.com -> exa -> impose
>
>-----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
>-----------------------------------------------------------------
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-18 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-18  6:26 2 Slides per Page David Arnold
2004-11-18 10:38 ` Henning Hraban Ramm
2004-11-18 10:54 ` Vit Zyka
2004-11-18 11:07   ` Hans Hagen
2004-11-18 16:55     ` David Arnold

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).