From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14680 Path: main.gmane.org!not-for-mail From: "Vit Zyka" Newsgroups: gmane.comp.tex.context Subject: Re: Re: page setup Date: Wed, 4 Feb 2004 10:38:32 +1300 Sender: ntg-context-admin@ntg.nl Message-ID: <018501c3eaaa$4360e7b0$1301a8c0@spekoun> References: <009101c3e933$f306d120$1301a8c0@spekoun> <401E4382.2070707@boede.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075849636 29507 80.91.224.253 (3 Feb 2004 23:07:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2004 23:07:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Feb 04 00:07:12 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ao9dQ-0007oP-00 for ; Wed, 04 Feb 2004 00:07:12 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E7BA710B83; Wed, 4 Feb 2004 00:05:43 +0100 (MET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ref.ntg.nl (Postfix) with SMTP id CAFE810B70 for ; Wed, 4 Feb 2004 00:02:22 +0100 (MET) Original-Received: (qmail 7098 invoked from network); 3 Feb 2004 23:03:39 -0000 Original-Received: from unknown (HELO spekoun) (vit.zyka@203.97.60.2) by smtp.seznam.cz with SMTP; 3 Feb 2004 23:03:39 -0000 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14680 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14680 Hi Willi (and others), thanx for detailed explanation and testing. Procesing the minimal example by suggested way I received an improvement: I can see the contents. But stil there is en error with number of pages. It means, that new ConTeXt has an improvement in this direction. This solution would be enough for me since I have written macro that add empty pages the total number be mod 4=0 when the problem of empty sheet does not occure. But unfortunately, Win Acrobat Reader 6, 5.1 and 5.0 CE says about my complex document: There was an error procesing page. There was a problem reading the document (14). if I run texexec ONLY ONCE after the change. After two passing the Reader does not complain. So I will have to try a new version... Vit ----- Original Message ----- From: "Willi Egger" To: Sent: Tuesday, February 03, 2004 1:33 AM Subject: Re: [NTG-context] Re: page setup > Hi Vit > > When using arranging one needs either to use the option --arranging > together with texexec and therefore no \setuparranging in the file or > put \setuparranging in the file and run it first with the > \setuparranging command commented. This will result in a jobname.tuo > file, which is used in a further run with the \setuparranging line > uncommented. - With this method the problem is, that when running the > file through texexec with the \setuparranging command uncommented for > all runs you end up with an inappropriate jobname.tuo file. That is the > reason why you do not get the table of contents. > > When compiling your sample code with first the commented \setuparranging > command and a final run with this line uncommented I get here: > > 2 sheets, first page with table of contents, the sections one and three, > then follows a whole empty page (A4) with the mentioned 0 (zero)at the > bottom left, the last page contains the the section two. > > See also attachment. > > Kind regards Willi > > Vit Zyka wrote: > >>>>\setuppapersize[A5][A4,landscape] > >>>>\setuparranging[2SIDE] > >> > >>With [2SIDE], I don't get an empty page. I do get an extra page with a > >>0 down at the lower left corner. And this is annoying. > > > > > > Yes, I have the same observation. The "0" in left bottom corner of > > additional (and unwanted) sheet. > > > > Perhaps it is corrected in the new beta (my ConTeXt is a half year old), but > > a) I am travelling foreign country with limited time and Internet access, > > b) I am using rather complex macro for traveller electronic journal and > > switching to new beta means complex testing if everything will work OK. > > > > Please, can anybody with new ConTeXt check, how many pages are produced by > > next code? And if the table of contents is present? > > > > Thanks > > Vit Zyka > > > > (Hint: I got 3 pages (not expected 2) without table of content. Table of > > content is relaxed by using command \setuparranging.) > > > > Code: > > --- > > \setuppapersize[A5,landscape][A4] > > \setuparranging[2TOPSIDE] > > > > \starttext > > Content: \placecontent > > \switchtobodyfont[20pt] > > \dorecurse{3}{\section{Section \recurselevel}Page \recurselevel\page} > > \stoptext