From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27510 Path: news.gmane.org!not-for-mail From: "John R. Culleton" Newsgroups: gmane.comp.tex.context Subject: Re: Cranky booklet layout. Date: Wed, 26 Apr 2006 16:53:14 -0400 Organization: WexfordPress Message-ID: <200604261653.14769.john@wexfordpress.com> References: <200604252102.55576.john@wexfordpress.com> <444F3275.1070302@boede.nl> <200604260721.47612.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146085168 6511 80.91.229.2 (26 Apr 2006 20:59:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 20:59:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 26 22:59:25 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FYr6O-0002O1-PE for gctc-ntg-context-518@m.gmane.org; Wed, 26 Apr 2006 22:59:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4AE26127C8; Wed, 26 Apr 2006 22:59:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12889-01; Wed, 26 Apr 2006 22:59:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 74CBF127C5; Wed, 26 Apr 2006 22:55:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 34BD2127C5 for ; Wed, 26 Apr 2006 22:55:42 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12715-03 for ; Wed, 26 Apr 2006 22:55:41 +0200 (CEST) Original-Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by ronja.ntg.nl (Postfix) with SMTP id D2E94127B2 for ; Wed, 26 Apr 2006 22:55:40 +0200 (CEST) Original-Received: from 24-48-52-137.ashbva.adelphia.net ([24.48.52.137]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060426205539.IWUB14145.mta10.adelphia.net@24-48-52-137.ashbva.adelphia.net> for ; Wed, 26 Apr 2006 16:55:39 -0400 Original-To: mailing list for ConTeXt users User-Agent: KMail/1.9.1 In-Reply-To: <200604260721.47612.john@wexfordpress.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27510 Archived-At: On Wednesday 26 April 2006 07:21, John R. Culleton wrote: > On Wednesday 26 April 2006 04:42, Willi Egger wrote: > > Hi John, > > > > Coud it be that you simply forgot the "=" after width? > > > > Willi > > Of course. It was staring at me and I didn't see it. I missed two > of them in fact. > > Thanks Willi. Ah I spoke too soon. The layout is OK but the TOC disapears when I use the \setuparranging. It works otherwise. I get a message on sysout: ------------------------------------- output file : apr06.tuo remark : no output file generated ------------------------------------- The apr06.tui file has the TOC entries, e.g., ------------------------------------- c \listentry{section}{1}{}{2006 Events Calendar}{2::0:0:1:0:0:0:0::25}{25} c \listentry{section}{2}{}{2007 Events Calendar}{2::0:0:2:0:0:0:0::25}{25} c \listentry{section}{3}{}{2006 Officers, Directors and Board Members} {2::0:0:3:0:0:0:0::25}{25} c \listentry{section}{4}{}{Contact Information}{2::0:0:4:0:0:0:0::25}{25} c \listentry{section}{5}{}{Board Meeting Minutes February 20, 2006} {2::0:0:5:0:0:0:0::25}{25} c \listentry{section}{6}{}{Brags}{2::0:0:6:0:0:0:0::25}{25} -------------------------------------- The log file says in part: --------------------------------------- ./content.tex system : part,chapter,section not found/processed ----------------------------------------- content.tex is a called subfile containing just: ------------------------------------------- \startcolumns[n=2] \placecontent[level=section, alternative=c] \stopcolumns ------------------------------------------- I use a mode to create the booklet. When I don't use the mode the toc is fine. Here is the mode: ------------------------------ \startmode[hal] \definepapersize[halff][width=5.5in,height=8.5in] \definepapersize[ful][width=8.5in,height=11in] \setuppapersize[halff][ful] \setuparranging[2UP,rotated,doublesided] \setuplayout[margin=0pt,width=fit] \stopmode ------------------------------------- The TOC is not absolutely critical to this particular job, but I would like to know what is happpening (or not happening in this case.) John Culleton