ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: How to change the page size for single pages within a	document
Date: Fri, 06 Aug 2004 09:27:29 +0200	[thread overview]
Message-ID: <411332E1.1090007@wxs.nl> (raw)
In-Reply-To: <41133297.7040000@gmx.de>

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

      reply	other threads:[~2004-08-06  7:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-06  7:26 Stefan Wachter
2004-08-06  7:27 ` Hans Hagen [this message]

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=411332E1.1090007@wxs.nl \
    --to=pragma@wxs.nl \
    --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).