From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31913 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Missing \endcsname in the latest current Date: Mon, 20 Nov 2006 19:00:56 -0500 (EST) Message-ID: References: <45623643.7030404@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 1164067405 10839 80.91.229.2 (21 Nov 2006 00:03:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Nov 2006 00:03:25 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 21 01:03:23 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 1GmJ6a-0001KB-U6 for gctc-ntg-context-518@m.gmane.org; Tue, 21 Nov 2006 01:03:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 446D51FE55; Tue, 21 Nov 2006 01:02:21 +0100 (CET) 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 10110-03; Tue, 21 Nov 2006 01:02:02 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 48C291FE3F; Tue, 21 Nov 2006 01:02:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 935971FE40 for ; Tue, 21 Nov 2006 01:02:00 +0100 (CET) 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 10328-01-3 for ; Tue, 21 Nov 2006 01:01:56 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with SMTP id 06CF51FE1C for ; Tue, 21 Nov 2006 01:01:55 +0100 (CET) Original-Received: FROM aditya.engin.umich.edu (udhcp-wlan53.public.engin.umich.edu [141.213.120.63]) BY hackers.mr.itd.umich.edu ID 456241B8.93016.19034 ; 20 Nov 2006 19:00:57 -0500 Original-To: Hans Hagen In-Reply-To: <45623643.7030404@wxs.nl> 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:31913 Archived-At: On Tue, 21 Nov 2006, Hans Hagen wrote: > Aditya Mahajan wrote: >> Hi Hans, >> >> There is a missing \endcsname in the latest ConTeXt ver: 2006.11.20 11:37 >> MK II fmt: 2006.11.20 int: english/english >> >> %----------------------------------------- >> \definehead[Topic] > \definehead[Topic][section] > > you either define one (extra level) or you clone >> \starttext \Topic{test} \stoptext > this is unrelated to the latest version; i can add some extra testing Occasionally, I need to read the manual rather than the examples in sources :) The following example in the source needs to be corrected %D \starttyping %D \def\StretchedBox#1% %D {\framed %D [frame=off,offset=.5em,align=middle,width=broad] %D {\sc\def\stretchedspaceamount{.3em}\stretchednormalcase{#1}}} %D %D \definehead[MySubject]%<--------HERE %D \setuphead [MySubject][deeptextcommand=\StretchedBox] Sorry for the noise. Aditya