From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33288 Path: news.gmane.org!not-for-mail From: Jeong Dalyoung Newsgroups: gmane.comp.tex.context Subject: Re: many warnings after updating Date: Sat, 10 Feb 2007 22:25:50 +0900 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171113987 3288 80.91.229.12 (10 Feb 2007 13:26:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Feb 2007 13:26:27 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 10 14:26:19 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HFsF8-00047e-Us for gctc-ntg-context-518@m.gmane.org; Sat, 10 Feb 2007 14:26:19 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B2A9207; Sat, 10 Feb 2007 14:24:51 +0100 (CET) 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 22249-02; Sat, 10 Feb 2007 14:24:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA62B226; Sat, 10 Feb 2007 14:24:43 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B0AB226 for ; Sat, 10 Feb 2007 14:24:42 +0100 (CET) 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 22176-03 for ; Sat, 10 Feb 2007 14:24:37 +0100 (CET) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.181]) by ronja.ntg.nl (Postfix) with ESMTP id 26C2E207 for ; Sat, 10 Feb 2007 14:24:36 +0100 (CET) Original-Received: from mac.com (smtpin06-en2 [10.13.10.151]) by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id l1ADPvkN010104; Sat, 10 Feb 2007 05:26:01 -0800 (PST) Original-Received: from [61.74.142.136] ([61.74.142.136]) (authenticated bits=0) by mac.com (Xserve/smtpin06/MantshX 4.0) with ESMTP id l1ADPpRs010230 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 10 Feb 2007 05:25:56 -0800 (PST) X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:33288 Archived-At: Dear Helin, I followed Taco's solution. http://archive.contextgarden.net/message/ 20070130.082837.4bc51f61.en.html In brief, 1. make a folder /usr/local/gwTeX/texmf.texlive/fonts/map/pdftex/context/ 2. copy all files in the folder /usr/local/gwTeX/texmf.texlive/fonts/map/dvips/lm/ to the folder /usr/local/gwTeX/texmf.texlive/fonts/map/pdftex/context/ 3. check the following(locate the lm-math.map file): kpsewhich lm-math.map if the output is /usr/local/gwTeX/texmf.texlive/fonts/map/pdftex/ context/lm-math.map, then, do ctxtools --dpx --force /usr/local/gwTeX/texmf.texlive Then new files will be in /usr/local/gwTeX/texmf.texlive/fonts/map/dvipdfm/context/ 4. you may need a permission for su. Doing the above process, all the warnings were gone. Good luck! Best regards, Dalyoung.