From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9885 Path: main.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: vanishing leftarrow Date: Wed, 20 Nov 2002 12:41:14 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037792506 5371 80.91.224.249 (20 Nov 2002 11:41:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 11:41:46 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ETEm-0001OO-00 for ; Wed, 20 Nov 2002 12:41:44 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4FB4A10AEA; Wed, 20 Nov 2002 12:43:38 +0100 (MET) Original-Received: from mail.science.uva.nl (mail.science.uva.nl [146.50.4.51]) by ref.ntg.nl (Postfix) with ESMTP id C100610AE8 for ; Wed, 20 Nov 2002 12:42:24 +0100 (MET) Original-Received: from 118-64.uva.surfnetthuis.nl [145.98.118.64] by mail.science.uva.nl with ESMTP (sendmail 8.11.6/config 11.26). id gAKBfF606103; Wed, 20 Nov 2002 12:41:15 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: NTG ConTeXt X-Mailer: Apple Mail (2.548) X-Spam-Rating: 0 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:9885 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9885 I did encounter something strange with leftarrow in metapost math: In normal text: All three arrows appear with $l\leftarrow r\rightarrow lr\leftrightarrow$. In metapost: The leftarrow does not appear, the others do in: \placefigure{}{\startMPgraphic u = 180mm; v = 40mm; label.bot(textext("$l\leftarrow r\rightarrow lr\leftrightarrow$"),(u/2,v)); \stopMPgraphic\loadcurrentMPgraphic{}\placeMPgraphic} How is that possible and how can it be repaired? Hans van der Meer