From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31658 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Error in m-narrowtt Date: Wed, 1 Nov 2006 01:25:37 -0500 (EST) Message-ID: 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 1162362354 25521 80.91.229.2 (1 Nov 2006 06:25:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2006 06:25:54 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 01 07:25:52 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 1Gf9Xr-0004lS-Ri for gctc-ntg-context-518@m.gmane.org; Wed, 01 Nov 2006 07:25:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B0F01FE2D; Wed, 1 Nov 2006 07:25:51 +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 18252-03; Wed, 1 Nov 2006 07:25:45 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B8211FDD6; Wed, 1 Nov 2006 07:25:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A25A1FDEC for ; Wed, 1 Nov 2006 07:25:43 +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 18476-02 for ; Wed, 1 Nov 2006 07:25:41 +0100 (CET) Original-Received: from skycaptain.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.160]) by ronja.ntg.nl (Postfix) with SMTP id C2D291FDCD for ; Wed, 1 Nov 2006 07:25:40 +0100 (CET) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY skycaptain.mr.itd.umich.edu ID 45483DE1.B32C3.24276 ; 1 Nov 2006 01:25:39 -0500 Original-To: mailing list for ConTeXt users 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:31658 Archived-At: Hi Hans, \usemodule[narrowtt] \starttext \ntype{test} \stoptext gives the following warning: check : missing or ungrouped '=' after 'typing' in line 35 (@@tpntypi ng) check : missing or ungrouped '=' after 'type' in line 36 (@@tyntype) The last two lines (well, it has only three lines) of m-narrowtt.tex should be \definetyping[n\v!typing][style=\narrowtt] \definetype [n\v!type] [style=\narrowtt] Aditya