ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to change the page size for single pages within a document
@ 2004-08-06  7:26 Stefan Wachter
  2004-08-06  7:27 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Wachter @ 2004-08-06  7:26 UTC (permalink / raw)


Hi all,

is there a possibility to change the page size of single pages in a 
document.

Reason: I have a document that contains some large tables that do not fit on
normal pages. Therefore I would like to output such tables on a page of 
their
own having the neccessary size. (Of course the documents are not ment to be
printed. They are to be viewed with Acrobat.)

Thanks for your attention,
--Stefan

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

* Re: How to change the page size for single pages within a document
  2004-08-06  7:26 How to change the page size for single pages within a document Stefan Wachter
@ 2004-08-06  7:27 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2004-08-06  7:27 UTC (permalink / raw)


Stefan Wachter wrote:

> Hi all,
>
> is there a possibility to change the page size of single pages in a 
> document.

sure, just try:

\starttext

\setuppapersize[A4][A4] \input tufte \page
\setuppapersize[A3][A3] \input tufte \page
\setuppapersize[A4][A4] \input tufte \page

\stoptext

You can also do things like:

\definelayout
  [one]
  [....]

\setuplayout[one]

and have multiple layouts

(instead of one, you can use 'left' and 'right' for left right page 
layouts or use a number indicating the page for which the layout applies)

my local version also has  layout dependent page sizes

> Reason: I have a document that contains some large tables that do not 
> fit on
> normal pages. Therefore I would like to output such tables on a page 
> of their
> own having the neccessary size. (Of course the documents are not ment 
> to be
> printed. They are to be viewed with Acrobat.)

Hans

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

end of thread, other threads:[~2004-08-06  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-06  7:26 How to change the page size for single pages within a document Stefan Wachter
2004-08-06  7:27 ` 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).