From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30516 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: Layout and textwidth/textmargin Date: Sat, 26 Aug 2006 23:39:52 +0200 Message-ID: References: <44F0AC01.6070102@boede.nl> <44F0AF23.2050202@wxs.nl> 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 1156628055 30749 80.91.229.2 (26 Aug 2006 21:34:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Aug 2006 21:34:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Aug 26 23:34:13 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 1GH5n3-0006dg-If for gctc-ntg-context-518@m.gmane.org; Sat, 26 Aug 2006 23:34:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 105D41FE03; Sat, 26 Aug 2006 23:34:05 +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 18547-08; Sat, 26 Aug 2006 23:33:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8AEB1FDFD; Sat, 26 Aug 2006 23:33:55 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5476E1FDFD for ; Sat, 26 Aug 2006 23:33:52 +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 21499-02 for ; Sat, 26 Aug 2006 23:33:46 +0200 (CEST) Original-Received: from swip.net (mailfe09.tele2.fr [212.247.155.12]) by ronja.ntg.nl (Postfix) with SMTP id 468131FDFC for ; Sat, 26 Aug 2006 23:33:43 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.179.147.240] (HELO localhost) by mailfe09.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 95697954 for ntg-context@ntg.nl; Sat, 26 Aug 2006 23:33:43 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: <44F0AF23.2050202@wxs.nl> User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:30516 Archived-At: On Sat, 26 Aug 2006 22:29:23 +0200, Hans Hagen wrote: > Willi Egger wrote: >> Hi, >> >> To me it should not be necessary to define odd and even layouts for your >> purposes. (Of course I stand corrected!) >> > in the case that one has a strangely assymetric layout (no mirroring) > one can do > > \setuplayout[odd] [....] > \setuplayout[even][....] But it doesn't work. In the following case it is simply ignored (default setting used). I've this behaviour with live context too. What's wrong? \setuplayout[odd] [width=middle, backspace=7cm, cutspace=5cm] \setuplayout[even] [backspace=8cm, cutspace=4cm, width=middle] \starttext \dorecurse{4}{ \section{Hello} \input knuth \endgraf \subsection{Sub Hello} \input tufte \endgraf} \stoptext Regards, BG