ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Gilbert van den Dobbelsteen" <gilbert@login-bv.com>
Subject: Re: seeking ConTeXt code
Date: Wed, 8 Sep 1999 10:35:59 +0200	[thread overview]
Message-ID: <001a01bef9d5$2e0ff2e0$0c01a8c1@loginbv.com> (raw)
In-Reply-To: <vhog10q6qwy.fsf@jane.coe.uga.edu>

> I was looking for that section in the Dutch manual, but I don't speak
> Dutch, and I'm not sure where the section on special booklet collation
> is.  I noticed "Pagineren" and "Paginanummers", but I didn't see it
> there.
>
> Is it hard to do?  Basically, I'm interested in taking a document with
> dynamically-generated context (so I won't know beforehand how many
> pages there are) and making it have pages ready for double-sided
> front-and-back printing, as if I ran my LaTeX "[twosided]" document
> through the psutils' psbook and "psnup -n 2".

Don't know what that does, but try this to create a A6 book printed on A4:

% interface=en

\setuppapersize[A6][A4]
\setuparranging[2UP,rotated]
\setuppagenumbering[alternative=doublesided]

\setupcolors[status=start]

\setuplayout
  [width=fit,
   height=fit,
   marking=color,
   location=middle]

\starttext
\showframe
First page
\page
Second page
\page
Third page
\stoptext

You could also try to setup A5 on a A4, but this doesn't give you the nice
color-bars, since they reside out of the page boundary.

>
> By the way, I'm excited about ConTeXt!  I didn't really understand
> what it is--a whole new format like plain and LaTeX.  It's very
> coherent, consistent, common-sensical, and _powerful_.

We know :-)

> And lastly, is there a searchable archive of this mailing list?
Send help in the body to majordomo@ntg.nl. This provides you with some
details.
Otherwise contact the list-owner: Majordomo-owner@ntg.nl

Gilbert.


  parent reply	other threads:[~1999-09-08  8:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-06  1:13 Ed L. Cashin
1999-09-06 19:26 ` Hans Hagen
1999-09-06 20:59   ` RH 6.0 teTeX (was Re: seeking ConTeXt code) (long) Ed L. Cashin
1999-09-07  7:54     ` Hans Hagen
1999-09-07 14:45       ` Ed L. Cashin
1999-09-08  3:08   ` seeking ConTeXt code Ed L. Cashin
1999-09-08  8:12     ` Hans Hagen
1999-09-09  0:01       ` Ed L. Cashin
1999-09-09  7:23         ` Hans Hagen
1999-09-13 20:33       ` Ed L. Cashin
1999-09-13 23:29         ` Hans Hagen
1999-09-08  8:35     ` Gilbert van den Dobbelsteen [this message]
1999-09-08 10:12       ` Hans Hagen
1999-09-09  8:37         ` Tobias Burnus
1999-09-08 12:11     ` Hans Hagen
1999-09-09  0:38       ` Ed L. Cashin
1999-09-09  7:13         ` Hans Hagen
1999-09-10 15:08           ` Ed L. Cashin
1999-09-10 16:13             ` Hans Hagen
1999-09-09  2:45   ` Ed L. Cashin
1999-09-09  7:04     ` Hans Hagen
1999-09-09  9:35   ` Hans Hagen
1999-09-09  9:37   ` Hans Hagen
1999-09-09 18:11     ` Berend de Boer
1999-09-09 10:05   ` Taco Hoekwater
1999-09-09 10:14   ` Taco Hoekwater
1999-09-09 10:26   ` Taco Hoekwater
1999-09-09 11:04   ` Taco Hoekwater

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='001a01bef9d5$2e0ff2e0$0c01a8c1@loginbv.com' \
    --to=gilbert@login-bv.com \
    /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).