From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16101 Path: main.gmane.org!not-for-mail From: Salman Khilji Newsgroups: gmane.comp.tex.context Subject: Cannot TeX this Date: Mon, 16 Aug 2004 22:35:08 -0700 Organization: NA Sender: ntg-context-bounces@ntg.nl Message-ID: <200408162235.08879.skhilji@tampabay.rr.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092710413 13314 80.91.224.253 (17 Aug 2004 02:40:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 02:40:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 17 04:40:04 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwttM-00044I-00 for ; Tue, 17 Aug 2004 04:40:04 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9CDC612783; Tue, 17 Aug 2004 04:40:03 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20733-01; Tue, 17 Aug 2004 04:39:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9185512772; Tue, 17 Aug 2004 04:39:59 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B3E3112772 for ; Tue, 17 Aug 2004 04:39:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19939-07 for ; Tue, 17 Aug 2004 04:39:57 +0200 (CEST) Original-Received: from ms-smtp-05.tampabay.rr.com (unknown [65.32.5.135]) by ronja.ntg.nl (Postfix) with ESMTP id CB3741276B for ; Tue, 17 Aug 2004 04:39:56 +0200 (CEST) Original-Received: from 36-125.35-65.tampabay.rr.com (36-125.35-65.tampabay.rr.com [65.35.125.36]) by ms-smtp-05.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id i7H2dnCE009716 for ; Mon, 16 Aug 2004 22:39:54 -0400 (EDT) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.5.1 Content-Disposition: inline X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16101 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16101 Why can't I process the following from the manual? \def\HeadTitle#1#2% {\hbox to hsize {\hfill % \framed[height=1cm,width=2cm,align=left]{#1}% \framed[height=1cm,width=4cm,align=right]{#2}}} \setuphead[subsection][command=\HeadTitle] \starttext \subsection{Test}{Test} This is a test \stoptext