From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37800 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: booklet set up Date: Fri, 7 Dec 2007 12:29:28 +0100 Message-ID: <07BD6728-2D67-4B36-B6A2-1B85727B47B1@boede.nl> References: <858083424.20071207001041@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197027076 26933 80.91.229.12 (7 Dec 2007 11:31:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2007 11:31:16 +0000 (UTC) To: Yatskovsky , mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 07 12:31:25 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1J0bQL-000585-ES for gctc-ntg-context-518@m.gmane.org; Fri, 07 Dec 2007 12:31:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 847761FBBD; Fri, 7 Dec 2007 12:30:45 +0100 (CET) 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 07875-02-2; Fri, 7 Dec 2007 12:30:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 194681FB89; Fri, 7 Dec 2007 12:30:06 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E567A1FB82 for ; Fri, 7 Dec 2007 12:30:03 +0100 (CET) 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 07875-02 for ; Fri, 7 Dec 2007 12:29:29 +0100 (CET) Original-Received: from mail.7values.nl (pluto.digitpaint.nl [83.98.197.3]) by ronja.ntg.nl (Postfix) with ESMTP id B0CDE1FB89 for ; Fri, 7 Dec 2007 12:29:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by mail.7values.nl (Postfix) with ESMTP id 91D7219377; Fri, 7 Dec 2007 12:29:29 +0100 (CET) Original-Received: from mail.7values.nl ([127.0.0.1]) by localhost (pluto [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10109-01-56; Fri, 7 Dec 2007 12:29:29 +0100 (CET) Original-Received: from [192.168.0.17] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by mail.7values.nl (Postfix) with ESMTP id 4F64C19375; Fri, 7 Dec 2007 12:29:29 +0100 (CET) In-Reply-To: <858083424.20071207001041@gmail.com> X-Priority: 3 (Normal) X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:37800 Archived-At: Hi Vyatcheslav Humble I am not yet using Luatex... Still, the problem with not processing references coud be related to the utility files. If you process a document with \setuparranging more than once, you loose the correct information in those files. If you want to produce a booklet you could say \setuppapersize[A5][A4] \setuppagenumbering[alternative=doublesided] %\setuparranging[2UP] \starttext ... \stoptext Run texexex with the arranging switched off. Run texexec once with the arranging switched on. Willi On Dec 6, 2007, at 11:10 PM, Vyatcheslav Yatskovsky wrote: > Hello, > > I'm creating a textbook as a booklet (two A5 per A4), and have > difficulties. > > 1) If I use imposition command \setuparranging, then Luatex doesn't > process references. I know, there are workarounds, but I prefer to > create A5 pages and then impose them using nice Acrobat plugin. > However, I don't know how to make Luatex to process left and right > pages differently (for future imposing). If I set "left margin", > then it is really left through the document, but I need it to be on > the right every second page, and vice versa. How to achieve it? > > (I tried 'mirrored' option in \setuppapersize, and got funny > result) ;) > > > 2) I was always scared by explanation of \showlayout on texshow: > > "Horizontal: (if singleside then outside is at right and inside is > at left) > =========== > width => width of text area > middle: automatic calculation consider A) params > fit: automatic calculation consider A)+B) params > dimension: cutspace should be 0 and is calculated according to > backspace > > A) params: (\paperwidth=\backspace+\makeupwidth+\cutspace) > backspace => width of inner margin > cutspace => width of outer margin (if 0 then = backspace!) > "... > > and so on. It looks like a program, not manual, and I never > understood it, despite it explains very important concept, missed > on Wiki -- 'fit' and 'middle' options. Can someone throw a light > on these? > > Best regards, > Vyatcheslav > > ______________________________________________________________________ > _____________ > If your question is of interest to others as well, please add an > entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ > ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ______________________________________________________________________ > _____________ BOEDE Book and Electronic Document Engineering Willi Egger w.egger@boede.nl KvK 17138708 ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________