From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10536 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Buffers and grouping Date: Sun, 26 Jan 2003 14:06:51 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <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="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043586355 2842 80.91.224.249 (26 Jan 2003 13:05:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2003 13:05:55 +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 18cmTy-0000ji-00 for ; Sun, 26 Jan 2003 14:05:54 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 31AF610B12; Sun, 26 Jan 2003 14:07:33 +0100 (MET) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id 9BDC210AFF for ; Sun, 26 Jan 2003 14:06:47 +0100 (MET) Original-Received: from vademecum (a194-109-191-194.dial.xs4all.nl [194.109.191.194]) by smtpzilla5.xs4all.nl (8.12.0/8.12.0) with SMTP id h0QD6ffW089972 for ; Sun, 26 Jan 2003 14:06:47 +0100 (CET) Original-To: "ConTeXt" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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:10536 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10536 Hi all, I thought that \startbuffer and stopbuffer would cause grouping within the buffer. e.g. \startbuffer[mybuffer] \switchtobodyfont[small] a bunch of text \stopbuffer \starttext \section{First} \getbuffer[mybuffer] \section{Second} \getbuffer[mybuffer] \section{Third} \getbuffer[mybuffer] \section{Fourth} \getbuffer[mybuffer] \stoptext Compiling the above example results in a fontsiye decreasing step by step. I am using: ConTeXt ver: 2003.1.10 fmt: 2003.1.18 int: english mes: english How should I reverse to the originally setup fontsize: \setupbodyfont[ss,12pt] \starttext \section{One} text text \section{Two} \switchtobodyfont[small] much more text with need to typset in [small] \switchtobodyfont[normal] <------ This does not result in what I need.. \section{Four} text text Thanks for hints! Willi