ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: landscape mode
  1999-10-25  8:37 ` landscape mode Hans Hagen
@ 1999-10-25  8:34   ` Tobias Burnus
  1999-10-25 10:18     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Burnus @ 1999-10-25  8:34 UTC (permalink / raw)
  Cc: Eric P. Melbardis, NTG-ConTeXt

Hi Hans,

> "Eric P. Melbardis" wrote:
> >does context support a mode similar to the latex mode 'lscape' whereby the whole
> >page-text-body is rotated to landscape mode while the headers, footers, etc are still
> >in portrait mode?

> It does:
> \setuppapersize[A4,landscape][A4,landscape] % paper size / print paper
> size

Are you sure that this does the requested? If I'm not completely mistaken this
only switches into landscape mode. But Eric asked for a portait mode where the
textarea (not the headers and footers) is 90° rotated.

This is frequently used for wide tables which fit rotated on the text hight
(which is then actually text width). Since this page belongs to the portait
formated document the headers and footers should remain on their standard
location. (I think LaTeX uses a minipage to realize this.)

Regards, groetjes,

Tobias


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

* Re: landscape mode
       [not found] <000801bf1e71$9bd887e0$010000c9@catfish>
@ 1999-10-25  8:37 ` Hans Hagen
  1999-10-25  8:34   ` Tobias Burnus
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 1999-10-25  8:37 UTC (permalink / raw)


"Eric P. Melbardis" wrote:

>Greetings,
>
>does context support a mode similar to the latex mode 'lscape' whereby the whole
>page-text-body is rotated to landscape mode while the headers, footers, etc are still
>in portrait mode?

It does: 

\setuppapersize[A4,landscape][A4,landscape] % paper size / print paper
size

\showframe % shows the basic layout 

\starttext

\input tufte % a test file 

\stoptext

(see co-en-04.pdf, on the context beta page, for more info; context
supports rotated, mirrored, negated, etc pages as well as page
imposition)

Hans

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


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

* Re: landscape mode
  1999-10-25  8:34   ` Tobias Burnus
@ 1999-10-25 10:18     ` Hans Hagen
  1999-10-25 13:39       ` Ed L. Cashin
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 1999-10-25 10:18 UTC (permalink / raw)
  Cc: Eric P. Melbardis, NTG-ConTeXt

Tobias Burnus wrote:

> Are you sure that this does the requested? If I'm not completely mistaken this
> only switches into landscape mode. But Eric asked for a portait mode where the
> textarea (not the headers and footers) is 90° rotated.

\def\startwhatever%
  {\dowithnextbox
     {\roteer{\box\nextbox}}
     \vbox to \tekstbreedte \bgroup
       \forgetall \hsize \teksthoogte
       \def\stopwhatever{\egroup}}

\starttext

\input tufte \input tufte  \input tufte

\startwhatever
  \input tufte
\stopwhatever

\input tufte \input tufte \input tufte \input tufte

\startpostponing
  \startwhatever
    \placefigure{}{}
  \stopwhatever
\stoppostponing

\input tufte \input tufte \input tufte \input tufte

\stoptext

Now, what is a suitable name for such a macro? 

Hans

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


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

* Re: landscape mode
  1999-10-25 10:18     ` Hans Hagen
@ 1999-10-25 13:39       ` Ed L. Cashin
  0 siblings, 0 replies; 4+ messages in thread
From: Ed L. Cashin @ 1999-10-25 13:39 UTC (permalink / raw)
  Cc: Tobias Burnus, Eric P. Melbardis, NTG-ConTeXt

Hans Hagen <pragma@wxs.nl> writes:

> Now, what is a suitable name for such a macro? 

landscapetext?

-- 
--Ed Cashin                     PGP public key:
  ecashin@coe.uga.edu           http://www.coe.uga.edu/~ecashin/pgp/


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

end of thread, other threads:[~1999-10-25 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000801bf1e71$9bd887e0$010000c9@catfish>
1999-10-25  8:37 ` landscape mode Hans Hagen
1999-10-25  8:34   ` Tobias Burnus
1999-10-25 10:18     ` Hans Hagen
1999-10-25 13:39       ` Ed L. Cashin

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