From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27508 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: \k in inline math Date: Wed, 26 Apr 2006 16:19:51 -0400 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 1146082813 29805 80.91.229.2 (26 Apr 2006 20:20:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 20:20:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 26 22:20:08 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 1FYqUY-0002F6-Cb for gctc-ntg-context-518@m.gmane.org; Wed, 26 Apr 2006 22:20:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 08C63127C7; Wed, 26 Apr 2006 22:20:06 +0200 (CEST) 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 12184-06-3; Wed, 26 Apr 2006 22:20:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2D14D127BE; Wed, 26 Apr 2006 22:20:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F0A8127BE for ; Wed, 26 Apr 2006 22:20:01 +0200 (CEST) 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 12184-06-2 for ; Wed, 26 Apr 2006 22:19:59 +0200 (CEST) Original-Received: from elasmtp-junco.atl.sa.earthlink.net (elasmtp-junco.atl.sa.earthlink.net [209.86.89.63]) by ronja.ntg.nl (Postfix) with SMTP id E156E127A6 for ; Wed, 26 Apr 2006 22:19:58 +0200 (CEST) Original-Received: from [24.41.6.91] (helo=approximate.corpus.cam.ac.uk) by elasmtp-junco.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1FYqUP-0007Vg-B3; Wed, 26 Apr 2006 16:19:57 -0400 Original-Received: from sanjoy by approximate.corpus.cam.ac.uk with local (Exim 4.60) (envelope-from ) id 1FYqUJ-0002At-JH; Wed, 26 Apr 2006 16:19:51 -0400 Original-To: ntg-context@ntg.nl X-Mailer: MH-E 7.93; nmh 1.1; GNU Emacs 21.4.1 X-ELNK-Trace: dcd19350f30646cc26f3bd1b5f75c9f474bf435c0eb9d4782088ab738735138609dbd19132b95523bffc2c3e6e3e7a50350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.41.6.91 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:27508 Archived-At: \starttext $\k T$ \stoptext The above test file, to my surprise, compiled fine. [In Plain TeX I usually define \k as \kappa, but I had forgotten to carry over that definition.] The pdf output showed a T with little hook as a subscript. I can redefine \k as \kappa, but that might overwrite an important definition. However, I can't figure out where \k is defined. With \tracingmacros=1, the log had: \k ->\dohandleaccent {k} but lots of grepping in the context sources only produced: texmf/tex/context/base/mult-ini.tex:71:\def\k!prefix!{k!} \def\l!prefix!{l!} \def\m!prefix!{m!} -Sanjoy `A society of sheep must in time beget a government of wolves.' - Bertrand de Jouvenal