From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33231 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Problems with fonts Date: Wed, 07 Feb 2007 09:24:09 +0100 Message-ID: <45C98CA9.5090802@elvenkind.com> References: <20070204142808.M45979@iitm.ac.in> <6faad9f00702040956v3451f48bka360adefcda9eeff@mail.gmail.com> <20070205113109.GF32514@gamma.logic.tuwien.ac.at> <20070205125259.GJ32514@gamma.logic.tuwien.ac.at> <45C736DB.7030507@wxs.nl> <20070205170747.GC2103@gamma.logic.tuwien.ac.at> <20070206013938.GA6414@localhost> <20070206135341.GA29310@gamma.logic.tuwien.ac.at> <20070207030355.GA6769@localhost> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170836677 19097 80.91.229.12 (7 Feb 2007 08:24:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2007 08:24:37 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 07 09:24:32 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 1HEi6Q-0003nB-Ic for gctc-ntg-context-518@m.gmane.org; Wed, 07 Feb 2007 09:24:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D75E211F; Wed, 7 Feb 2007 09:23:25 +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 21966-07; Wed, 7 Feb 2007 09:23:16 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 846D7ED; Wed, 7 Feb 2007 09:23:16 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43130ED for ; Wed, 7 Feb 2007 09:23:14 +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 21766-02 for ; Wed, 7 Feb 2007 09:23:06 +0100 (CET) Original-Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by ronja.ntg.nl (Postfix) with ESMTP id BA4A6EB for ; Wed, 7 Feb 2007 09:23:06 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:54222 helo=[10.10.0.3]) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1HEi65-000D04-I2 for ntg-context@ntg.nl; Wed, 07 Feb 2007 08:24:09 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en In-Reply-To: <20070207030355.GA6769@localhost> 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:33231 Archived-At: Kumar Appaiah wrote: > > Finally, hoping that I'm being smart, I have bzip2ed the output of > dvips -d 127 -Ppdf test.dvi. Please check the directories searched for > the map file; the directory in which original-public-lm resides is > /usr/share/texmf/fonts/map/pdftex/context and it doesn't appear on > that list, but I'd like you to confirm. > > Get it at http://www.ee.iitm.ac.in/~ee03b091/dvips_output.bz2 Good thinking! But unfortunately, this won't work if you do it like this. You have to give the same commandline as context's texexec does. Dvips does not support mapfile \specials, so unless you feed it the needed files on the commandline, it will read the wrong map file. The used commandline is included as a comment at the top of the generated postscript file, so the best approach is to do a run of texexec --dvi and then extract the commandline from the output (and insert the -d 127 , of course) Good luck, Taco