From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14473 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Number formating in MetaFun Date: Sat, 10 Jan 2004 00:47:12 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040110004508.03008500@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1073692570 23971 80.91.224.253 (9 Jan 2004 23:56:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2004 23:56:10 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Jan 10 00:56:07 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Af6U3-0006yF-00 for ; Sat, 10 Jan 2004 00:56:07 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id EA68110B45; Sat, 10 Jan 2004 00:55:30 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 7F39D10B45 for ; Sat, 10 Jan 2004 00:52:31 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i09NqrF14432 for ; Sat, 10 Jan 2004 00:52:53 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 916BA2EA58; Sat, 10 Jan 2004 00:53:04 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 7448717B2C for ; Fri, 9 Jan 2004 23:53:02 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14473 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14473 At 14:01 09/01/2004, Nigel King wrote: >For the MetaFun Experts, > >Section 9.2 of the MetaFun manual gives >vlogtext.bot(0, 10, 9, 10cm, "@3e") ; > >The formating of the numbers is controlled by "@3e". I have been trying to >find the command which control this number formating without success. >Please could somebody point me in the right direction. In case of problems: \forceMPTEXgraphictrue % or % % \forceMPTEXcheck{lintext} % \forceMPTEXcheck{logtext} \startMPcode draw hlintext.lft(0, 20, 5, 20cm, "@3e") ; draw vlogtext.bot(0, 10, 9, 10cm, "@3e") ; \stopMPcode this is needed in order to trigger the context format alternative. The @3e syntax is a replacement for the %3e one in john hobbies modules Hans