From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16272 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: btex ... etex in .mp Date: Fri, 27 Aug 2004 09:32:00 +0200 Organization: Elvenkind Sender: ntg-context-bounces@ntg.nl Message-ID: <20040827093200.7545bd81@glenlivet.elvenkind.com> References: <20040826200723.GC30875@puritan.pcp.ath.cx> 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 1093591940 11019 80.91.224.253 (27 Aug 2004 07:32:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Aug 2004 07:32:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 27 09:32:09 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 1C0bDV-00050A-00 for ; Fri, 27 Aug 2004 09:32:09 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CB2F12783; Fri, 27 Aug 2004 09:32:07 +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 01125-04; Fri, 27 Aug 2004 09:32:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 90E3312775; Fri, 27 Aug 2004 09:32:03 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 70F0112775 for ; Fri, 27 Aug 2004 09:32:02 +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 01041-07-2 for ; Fri, 27 Aug 2004 09:32:01 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com (unknown [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id E2D281276F for ; Fri, 27 Aug 2004 09:32:01 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 4E3B219399 for ; Fri, 27 Aug 2004 09:30:58 +0200 (CEST) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06330-02 for ; Fri, 27 Aug 2004 09:30:57 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with SMTP id B5A8A17B for ; Fri, 27 Aug 2004 09:30:57 +0200 (CEST) Original-To: mailing list for ConTeXt users In-Reply-To: <20040826200723.GC30875@puritan.pcp.ath.cx> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i586-mandrake-linux-gnu) X-Virus-Scanned: by amavisd-new at elvenkind.net 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:16272 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16272 On Thu, 26 Aug 2004 22:07:23 +0200, Nikolai wrote: > Hi! > > I remember reading somewhere that you can't use btex ... etex in "input" > .mp files, as there is no possibility for them to be processed at that > time. That is somewhat incorrect information. You can not use btex ... etex in a normal way in places where expansion is prohibited (i.e. definitions), but whether or not this is inside an inputted file is irrelevant. If you need run-time TeX labels, you can use the textext() macro from metafun, or John Hobby's TEX() macro (available after "input tex;") Greetings, Taco