From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33227 Path: news.gmane.org!not-for-mail From: Kumar Appaiah Newsgroups: gmane.comp.tex.context Subject: Re: Problems with fonts Date: Wed, 7 Feb 2007 08:33:55 +0530 Message-ID: <20070207030355.GA6769@localhost> 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> 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 1170816801 5852 80.91.229.12 (7 Feb 2007 02:53:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2007 02:53:21 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 07 03:53: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 1HEcvt-000544-Aw for gctc-ntg-context-518@m.gmane.org; Wed, 07 Feb 2007 03:53:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DDD03190; Wed, 7 Feb 2007 03:52: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 24549-01; Wed, 7 Feb 2007 03:52:08 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F210184; Wed, 7 Feb 2007 03:52:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A4681184 for ; Wed, 7 Feb 2007 03:52:06 +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 23541-04 for ; Wed, 7 Feb 2007 03:52:02 +0100 (CET) Original-Received: from volt.ee.iitm.ac.in (mail-rly.ee.iitm.ac.in [203.199.213.53]) by ronja.ntg.nl (Postfix) with ESMTP id 17BFC179 for ; Wed, 7 Feb 2007 03:52:01 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by volt.ee.iitm.ac.in (Postfix) with ESMTP id 7B8CFA3D86 for ; Wed, 7 Feb 2007 08:23:01 +0530 (IST) Original-Received: from volt.ee.iitm.ac.in ([127.0.0.1]) by localhost (volt.ee.iitm.ac.in [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28633-03 for ; Wed, 7 Feb 2007 08:23:00 +0530 (IST) Original-Received: from localhost.localdomain (athreya.ee.iitm.ac.in [172.16.1.10]) by volt.ee.iitm.ac.in (Postfix) with ESMTP id 3DCC5A3D83 for ; Wed, 7 Feb 2007 08:23:00 +0530 (IST) Original-Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: <20070206135341.GA29310@gamma.logic.tuwien.ac.at> X-OS: Linux debian 2.6.18-ck1 i686 X-Operating-System: Linux debian 2.6.18-ck1 i686 X-Editor: GNU Emacs 21.4.1 User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: amavisd-new at ee.iitm.ac.in 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:33227 Archived-At: On Tue, Feb 06, 2007 at 02:53:41PM +0100, Norbert Preining wrote: > This is strange. I have these \Omegas occuring without any problem! > > I also tried a minimal example: > \starttext > This should be Omega subscript s: $\Omega_s$ > > This should be 2 times pi cdot 11: $2\pi \cdot 11$ > \stoptext > and it showed up correct. OK, so here's the diagnosis. The file you have quoted above is what I used. 1. texexec test.tex: Gives a PDF which renders all symbols. However, the font display in Acrobat isn't perfect (it's a bit light), but should be perfect when printed. 2. texexec --dvi test.tex;dvips test.dvi;ps2pdf test.ps: Same result as the previous. 3. texexec --dvi test.tex;dvips -Ppdf test.dvi;ps2pdf test.ps: Oops! \cdot is missing!!!! 4. texexec --dvi test.tex;dvipdf test.dvi: Oops! \cdot is missing again! If you still need test.log, I can upload it, but it doesn't have anything strange. Also, as Taco had suggested regarding the map file, I checked that original-public-lm.map has the entry for cmr10 etc. 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 Thanks. Kumar -- Kumar Appaiah, 462, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036