From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33254 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Problems with fonts Date: Thu, 8 Feb 2007 08:41:31 +0100 Message-ID: <6faad9f00702072341j2f90c2a7r31ea8dd47cd32750@mail.gmail.com> References: <20070205125259.GJ32514@gamma.logic.tuwien.ac.at> <20070205170747.GC2103@gamma.logic.tuwien.ac.at> <20070206013938.GA6414@localhost> <20070206135341.GA29310@gamma.logic.tuwien.ac.at> <20070207030355.GA6769@localhost> <45C98CA9.5090802@elvenkind.com> <20070207110357.GA4962@localhost> <45C9D29F.2050908@elvenkind.com> <20070207145522.GA12712@localhost> <20070208012331.GA7094@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 1170920667 7066 80.91.229.12 (8 Feb 2007 07:44:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2007 07:44:27 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 08 08:44:20 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 1HF3x4-0000hN-5L for gctc-ntg-context-518@m.gmane.org; Thu, 08 Feb 2007 08:44:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 343DE260; Thu, 8 Feb 2007 08:43:07 +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 15821-06; Thu, 8 Feb 2007 08:43:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 07F3924B; Thu, 8 Feb 2007 08:40:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C91024B for ; Thu, 8 Feb 2007 08:40:27 +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 15821-05-3 for ; Thu, 8 Feb 2007 08:40:21 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ronja.ntg.nl (Postfix) with ESMTP id BCB7482 for ; Thu, 8 Feb 2007 08:40:21 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id k27so645353nfc for ; Wed, 07 Feb 2007 23:41:32 -0800 (PST) Original-Received: by 10.82.136.4 with SMTP id j4mr2039937bud.1170920491420; Wed, 07 Feb 2007 23:41:31 -0800 (PST) Original-Received: by 10.48.209.2 with HTTP; Wed, 7 Feb 2007 23:41:31 -0800 (PST) In-Reply-To: <20070208012331.GA7094@localhost> Content-Disposition: inline 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:33254 Archived-At: On 2/8/07, Kumar Appaiah wrote: > On Wed, Feb 07, 2007 at 08:25:22PM +0530, Kumar Appaiah wrote: > > > It should work out ok if you change the map file line to either: > > > > > > cmr12 LMRoman12-Regular > > > This didn't work. > > > > > or > > > > > > cmr12 CMR12 > > > This worked. Now, things are quite all right, except that I am still > > unhappy with the rendering in Acrobat. But at least the things seem to > > be mostly solved with this one. > > Thanks for all the help, but one final question before I give up! > > IF I use pdflatex, this is the header of a PS file I get upon doing > dvips: > > %%DocumentFonts: CMR17 CMR12 CMBX12 CMR10 CMMI12 CMEX10 CMSY8 CMMI8 CMR8 > %%+ MSBM10 CMR7 CMBX10 > > However, for ConTeXt, the output I get is: > > %%DocumentFonts: LMRoman12-Regular CMR12 LMMathItalic9-Italic > %%+ LMMathItalic12-Italic LMMathSymbols10-Italic This is (should be) correct. With LaTeX you can get the same with \usepackage{lmodern} > Now, is there any way to force the fonts to map on to the old CMR > names? There is (I guess that it might be enough to include the old map files for cmr and to remove all \definefontsynonym [cmr12][lmr10]-like definitions from type-*), but you don't want to do that! LatinModern is considered standard today. It has far more glyphs than cmr. OK, you cannot use them all with a single encoding anyway, but you don't have to bother about anything either. Support for LatinModern math has been added recently, so it might be that there are some bugs, but if there are bugs, it means that they have to be resolved before others have the same problems. With direct conversion to PDF (so, without the --dvi switch), your problems seem to disappear. > That is because I feel it is because of the CMR/lmodern issue > that pdflatex generated PDFs appear properly, while ConTeXt ones > don't. What should the map file look like? What do you get if you use \usepackage{lmodern} with LaTeX? > Thanks for bearing with me. I want to try my best before giving up, > failing which I will be forced to return to teTeX (with the old > ConTeXt) and miss out on some new ConTeXt niceties, such as > \startalign etc. The bug has to be resolved, but why not converting your EPS graphics into PDF and using pdfTeX (in pdf mode) instead? There should be an "epstopdf" script present in the TeX distribution among other "binaries". Mojca