From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11039 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Re: Inserting a mini toc into the chapter heading Date: Fri, 14 Feb 2003 21:15:16 +0100 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <005b01c2d465$cb46dec0$0100a8c0@vademecum> References: <4A1C573E-4023-11D7-A4DC-0050E4258255@fastmail.fm> 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 1045253707 24979 80.91.224.249 (14 Feb 2003 20:15:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 20:15:07 +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 18jmEh-0006Uc-00 for ; Fri, 14 Feb 2003 21:15:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5044C10AE9; Fri, 14 Feb 2003 21:17:20 +0100 (MET) Original-Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by ref.ntg.nl (Postfix) with ESMTP id 3BD3A10AE7 for ; Fri, 14 Feb 2003 21:15:20 +0100 (MET) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with SMTP id h1EKFItM084014 for ; Fri, 14 Feb 2003 21:15:19 +0100 (CET) Original-To: 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:11039 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11039 Hi Bruce, Sorry when I give an answer to this ... In Context you are allowed to add a linefeed after \setupframed in order to put the [...] options on a new line indented. To prevent spurious spaces if the options follow on the next line you are adviced to add a % after \setupframed%. Willi > On Friday, February 14, 2003, at 08:32 AM, Hans Hagen wrote: > >> {\setupframed[frame=off] > > ^ add % here to prevent spurious space > > If I am reading the above right, you are suggesting > {\setupframed%[frame=off], but that doesn't seem right.