From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14494 Path: main.gmane.org!not-for-mail From: Nigel King Newsgroups: gmane.comp.tex.context Subject: Re: Number formating in MetaFun Date: Sun, 11 Jan 2004 23:32:19 +0000 Sender: ntg-context-admin@ntg.nl Message-ID: <65CFD0C2-448E-11D8-83B8-0003938543A0@dircon.co.uk> References: <6.0.1.1.2.20040110004508.03008500@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073864076 24400 80.91.224.253 (11 Jan 2004 23:34:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2004 23:34:36 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jan 12 00:34:31 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 1Afp6F-00087z-00 for ; Mon, 12 Jan 2004 00:34:31 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DD24310B52; Mon, 12 Jan 2004 00:33:47 +0100 (MET) Original-Received: from mailhost1.dircon.co.uk (mailhost1.dircon.co.uk [194.112.32.65]) by ref.ntg.nl (Postfix) with ESMTP id B6CC010B28 for ; Mon, 12 Jan 2004 00:32:04 +0100 (MET) Original-Received: from [194.112.53.158] (th-en134-158.pool.dircon.co.uk [194.112.53.158]) by mailhost1.dircon.co.uk (Postfix) with ESMTP id 19CB811CD13; Sun, 11 Jan 2004 23:32:34 +0000 (GMT) In-Reply-To: <6.0.1.1.2.20040110004508.03008500@server-1> Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.609) 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:14494 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14494 Thanks Hans, as usual perfect! Nigel King - CTO Orthogon Systems On 9 Jan 2004, at 23:47, Hans Hagen wrote: > 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