ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* two slides per page
@ 2001-02-09 14:56 Jean-Pierre Le Narzul
  2001-02-09 16:55 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Pierre Le Narzul @ 2001-02-09 14:56 UTC (permalink / raw)


Hello,

I'm using Context to make slides in landscape mode.

I setup paper size using the following command : 

   \setuppapersize [A4,landscape][A4,landscape] 

Everything is ok with that configuration.

But, I would like to be able to put two slides per page (one slide
above another slide on a portrait page).

I have tried playing with \setuplayout and \setuparranging but I could
not get the result I was expecting. 

Any idea ?

Thanks in advance

  Jean-Pierre Le Narzul


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

* Re: two slides per page
  2001-02-09 14:56 two slides per page Jean-Pierre Le Narzul
@ 2001-02-09 16:55 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-02-09 16:55 UTC (permalink / raw)
  Cc: ntg-context

At 03:56 PM 2/9/01 +0100, Jean-Pierre Le Narzul wrote:
>
>Hello,
>
>I'm using Context to make slides in landscape mode.
>
>I setup paper size using the following command : 
>
>   \setuppapersize [A4,landscape][A4,landscape] 
>
>Everything is ok with that configuration.
>
>But, I would like to be able to put two slides per page (one slide
>above another slide on a portrait page).
>
>I have tried playing with \setuplayout and \setuparranging but I could
>not get the result I was expecting. 
>
>Any idea ?

There is: 

%D \macros
%D   {setuppagecomment,startpagecomment}
%D
%D This command is not yet documented. Usage:
%D
%D \starttypen
%D \setuppagecomment[state=start,location=right]
%D
%D \startpagecomment
%D \input knuth
%D \stoppagecomment
%D \stoptypen

you can process a presentation style with --mode=comment 

%D When in \type {comment} mode, embedded page comments are
%D processed and put below the page. The default space of
%D 5cm should be adequate but can of course be changed.

\doifmode{comment}{\setuppagecomment[state=start,location=bottom]}

and given that you have added comment blocks, these are typeset 

You can also use texexec to make printouts: 

  texexec --pdfcombine --comb=2*2 yourfile 

(or any n*m)

Hans

-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2001-02-09 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-09 14:56 two slides per page Jean-Pierre Le Narzul
2001-02-09 16:55 ` Hans Hagen

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