From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10540 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re: Buffers and grouping Date: Sun, 26 Jan 2003 14:13:48 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <17913048122.20030126141348@iol.it> References: <000b01c2c53b$d1e2a8b0$0100a8c0@vademecum> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043593442 21492 80.91.224.249 (26 Jan 2003 15:04:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2003 15:04:02 +0000 (UTC) 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 18coKG-0005aG-00 for ; Sun, 26 Jan 2003 16:04:00 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A748710B1D; Sun, 26 Jan 2003 16:05:39 +0100 (MET) Original-Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.127]) by ref.ntg.nl (Postfix) with ESMTP id C0E5910B18 for ; Sun, 26 Jan 2003 16:04:42 +0100 (MET) Original-Received: from [151.29.142.199] (151.29.142.199) by smtp3.libero.it (6.7.015) id 3E0C6EDC00BC60DE for ntg-context@ntg.nl; Sun, 26 Jan 2003 16:04:42 +0100 X-Mailer: The Bat! (v1.62 Christmas Edition) Business X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl In-Reply-To: <000b01c2c53b$d1e2a8b0$0100a8c0@vademecum> 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:10540 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10540 Sunday, January 26, 2003 Willi Egger wrote: WE> Hi all, WE> I thought that \startbuffer and stopbuffer would cause grouping within the WE> buffer. e.g. WE> \startbuffer[mybuffer] WE> \switchtobodyfont[small] WE> a bunch of text WE> \stopbuffer WE> \starttext WE> \section{First} WE> \getbuffer[mybuffer] WE> \section{Second} WE> \getbuffer[mybuffer] WE> \section{Third} WE> \getbuffer[mybuffer] WE> \section{Fourth} WE> \getbuffer[mybuffer] WE> \stoptext WE> Compiling the above example results in a fontsiye decreasing step by step. WE> How should I reverse to the originally setup fontsize: Insert grouping by yourself: \startbuffer[mybuffer] \start\switchtobodyfont[small] a bunch of text \stop \stopbuffer -- Giuseppe "Oblomov" Bilotta