ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "John R. Culleton" <john@wexfordpress.com>
Subject: Re: utility file
Date: Tue, 5 Dec 2006 12:40:29 -0500	[thread overview]
Message-ID: <200612051240.30043.john@wexfordpress.com> (raw)
In-Reply-To: <F24FD564-F490-4110-A05D-99BE7E78AA88@uni-bonn.de>

On Wednesday 29 November 2006 06:35, Thomas A. Schmitz wrote:
> On Nov 28, 2006, at 10:08 PM, Hans Hagen wrote:
> > you need to make sure that only one run takes place and no utility
> > file
> > is processed
> >
> > --arrange
> >
> > normally will handle this for you
> >
> > Hans
>
> Hans,
>
> can you elaborate on this? Some days ago, I had a problem which I
> suspect had the same cause. I had prepared a bibliography for one of
> my classes with Taco's module; it typset beautifully. To save paper,
> I wanted to typeset two A5 pages on one A4 landscape page and used
>
> \setuparranging[2*2,rotated]
>
> After compiling, the bibliography was gone! I was in a hurry, so I
> simply undid the arranging and reverted to real cut-and-paste, but
> utility files seem like the obvious culprit.
>
> Best
>
> Thomas
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

I don't understand the disease but I know the cure.  I use two (or more) 
internal modes thus:
--------------------------------------
\startmode[pruf]
\definepapersize[halff][width=5.0in,height=8.5in]
\setuppapersize[halff][letter]
\stopmode
.....
\startmode[hal]
\definepapersize[halff][width=5.5in,height=8.5in]
\definepapersize[ful][width=8.5in,height=11in]
\setuppapersize[halff][ful]
\setuparranging[2UP,rotated,doublesided]
\stopmode
----------------------------------------------
I run with  --mode=pruf 
until  things come out right.
Then I run just one time with
--mode=hal --arrange

The earlier runs create the TOC etc. and the last run arranges the pages (and 
also destroys the work files) But the TOC has already been added before the 
"file-icide" takes effect.  
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

      reply	other threads:[~2006-12-05 17:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-28 20:57 Wolfgang Werners-Lucchini
2006-11-28 21:08 ` Hans Hagen
2006-11-29 11:35   ` Thomas A. Schmitz
2006-12-05 17:40     ` John R. Culleton [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=200612051240.30043.john@wexfordpress.com \
    --to=john@wexfordpress.com \
    --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).