ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Stupid question of the (next?) month
Date: Wed, 24 Oct 2001 18:54:56 +0200	[thread overview]
Message-ID: <5.1.0.14.1.20011024185020.03086118@server-1> (raw)
In-Reply-To: <1412906089.20011023231209@bigfoot.com>

At 11:12 PM 10/23/2001 +0200, Giuseppe Bilotta wrote:

>I'd like each page to have an 'indefinite' length, clipped each
>time at a certain sectionlevel. For example, each page would be a
>chapter long (yes, not the other way round). TeX can do things
>like this, but there's the usual 5.7 meters limit (about 25 A4
>pages). Of course such a thing only makes sense in PDF production
>mode, because DVI viewers are not friendly with multiple page
>sizes per document.
>
>So the questions are:
>
>(1) How to setup ConTeXt to create each physical page at chapter
>boundary (within the TeX limit)? (I know PDFs support different
>page sizes in the same document, so this is fine.)

this is quite doable, but i wonder if you want to know the perverse details

>[Things like footnotes & such would become 'marginal'; all float
>placements would become 'here'; how to deal with columns?]

hm, so you would need to use local footnotes, which is no problem

>(2) Can ConTeXt+pdf-e-TeX+Perl get around the TeX limit? (By
>postprocessing an appropriate PDF file.)

there is also a pdf limit

actually, you can build a pretty large box in tex as long as no 
calculations > maxdimen are donw; tex only checks calculations, so 
technically you can do something: \setbox0=\vbox{\dorecurse{10K}{craplines} 
and then start splitting (this is one way to make A0 posters with 50 
columns -)

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


  reply	other threads:[~2001-10-24 16:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-23 21:12 Giuseppe Bilotta
2001-10-24 16:54 ` Hans Hagen [this message]
2001-10-24 18:10   ` Re[2]: " Giuseppe Bilotta
2001-10-24 19:05 ` crazy answer to: " Hans Hagen
2001-10-25  9:35   ` Giuseppe Bilotta

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=5.1.0.14.1.20011024185020.03086118@server-1 \
    --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).