From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22296 Path: news.gmane.org!not-for-mail From: Jin-Hwan Cho Newsgroups: gmane.comp.tex.context Subject: Re: another dvipdfmx/context bug Date: Mon, 5 Sep 2005 23:09:25 +0900 Message-ID: <522317A2-E5D1-40AA-968B-36538164720E@ktug.or.kr> References: <431A0792@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1125929517 16241 80.91.229.2 (5 Sep 2005 14:11:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2005 14:11:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 05 16:11:55 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECHfK-00016l-W0 for gctc-ntg-context-518@m.gmane.org; Mon, 05 Sep 2005 16:09:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 150BA127B9; Mon, 5 Sep 2005 16:09:41 +0200 (CEST) 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 02401-02; Mon, 5 Sep 2005 16:09:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 662E31278F; Mon, 5 Sep 2005 16:09:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F21D61278F for ; Mon, 5 Sep 2005 16:09:33 +0200 (CEST) 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 02416-01-7 for ; Mon, 5 Sep 2005 16:09:33 +0200 (CEST) Original-Received: from Songs-PowerBook-G4-15.local (unknown [222.109.178.93]) by ronja.ntg.nl (Postfix) with ESMTP id AC92212772 for ; Mon, 5 Sep 2005 16:09:32 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by Songs-PowerBook-G4-15.local (Postfix) with ESMTP id D12F119C681 for ; Mon, 5 Sep 2005 23:09:26 +0900 (KST) In-Reply-To: <431A0792@webmail.colostate.edu> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.734) X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22296 Archived-At: On Sep 3, 2005, at 12:10 PM, Idris Samawi Hamid wrote: > Dear gang, > > Here is anotehr dvipdfmx bug. I already did > > ctxtools --dpxmapfiles --force texmf > ctxtools --dpxmapfiles --force texmf-local > ctxtools --dpxmapfiles --force texmf-fonts > > Now the following file fails: > > ================================================ > % output=dvipdfmx > > \starttext > > \startitemize > > \item test > > \stopitemize > > \stoptext > ================================================ > > dvipdfmx fails with > > ================================================ > about.dvi -> about.pdf > [1 > ** ERROR ** Could not find encoding file "cmsy10". > > Output file removed. > ================================================ > > Please advise-) You may have an incorrect mapping file, original-public-lm.map. I guess that the mapping file contains the following line cmsy10 cmsy10 which is incorrect. Just change as follows: cmsy10 It's enough. It seems that ctxtools does not generate a right mapping file. Best, ChoF.