From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11572 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Different margins Date: Fri, 21 Mar 2003 22:39:32 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87fzpgpffv.fsf@gundla.ch> References: <3E78CF05.6020200@freemail.hu> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048282970 3951 80.91.224.249 (21 Mar 2003 21:42:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 21:42:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 21 22:42:47 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wUHn-00011Q-00 for ; Fri, 21 Mar 2003 22:42:47 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4C88E10BA9; Fri, 21 Mar 2003 22:42:53 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by ref.ntg.nl (Postfix) with ESMTP id A4F2010AF9 for ; Fri, 21 Mar 2003 22:39:51 +0100 (MET) Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18wUEz-000652-00 for ntg-context@ntg.nl; Fri, 21 Mar 2003 22:39:53 +0100 Original-Received: from [129.217.137.77] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18wUEy-0000ro-00 for ntg-context@ntg.nl; Fri, 21 Mar 2003 22:39:53 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18wUEf-00010z-00 for ; Fri, 21 Mar 2003 22:39:33 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <3E78CF05.6020200@freemail.hu> (Nagy Bence's message of "Wed, 19 Mar 2003 21:11:49 +0100") Original-Lines: 22 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) 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:11572 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11572 Nagy Bence writes: Hello, > is it possible to give a different layout (different margins) for a > small part of a page or pages (like a negative narrower)? Try this, perhaps it does what you want: \showframe \starttext \input tufte \page \setuplayout[backspace=5cm,leftmargin=4cm,width=7cm] \input tufte \page \setuplayout[backspace=1cm,leftmargin=.5cm] \input tufte \stoptext Patrick