From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37149 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Getting the default pdf fonts working on texlive 2007 Date: Thu, 1 Nov 2007 11:46:21 +0100 Message-ID: <6faad9f00711010346w54271d0claabc929f2323b620@mail.gmail.com> References: <87k5p9bnod.fsf@dullio.nederware.nl> <22af238a0710261604y35dcf540h3c1bad71a17f363c@mail.gmail.com> 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: ger.gmane.org 1193914014 1888 80.91.229.12 (1 Nov 2007 10:46:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Nov 2007 10:46:54 +0000 (UTC) Cc: Berend de Boer To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 01 11:46:56 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 1InXZe-0007SM-3S for gctc-ntg-context-518@m.gmane.org; Thu, 01 Nov 2007 11:46:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 517CF1FBD2; Thu, 1 Nov 2007 11:46:43 +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 31909-02; Thu, 1 Nov 2007 11:46:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7C0691FBA8; Thu, 1 Nov 2007 11:46:34 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CD1841FB9B for ; Thu, 1 Nov 2007 11:46:29 +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 32528-01-4 for ; Thu, 1 Nov 2007 11:46:24 +0100 (CET) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by ronja.ntg.nl (Postfix) with ESMTP id CB7651FB8F for ; Thu, 1 Nov 2007 11:46:23 +0100 (CET) Original-Received: by nz-out-0506.google.com with SMTP id m7so482420nzf for ; Thu, 01 Nov 2007 03:46:22 -0700 (PDT) Original-Received: by 10.143.161.3 with SMTP id n3mr43216wfo.1193913981708; Thu, 01 Nov 2007 03:46:21 -0700 (PDT) Original-Received: by 10.143.40.7 with HTTP; Thu, 1 Nov 2007 03:46:21 -0700 (PDT) In-Reply-To: <22af238a0710261604y35dcf540h3c1bad71a17f363c@mail.gmail.com> 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:37149 Archived-At: On 10/27/07, George N. White III wrote: > On 10/26/07, Berend de Boer wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Hi Guys, > > > > Just had sometime to update to texlive 2007 from the DVD that was on > > the shelf for quite some time. > > > > But as usual, the default postscript fonts don't work. > > Since I gave away my NeXT system, I no longer have Adobe fonts. > Linux has (some version of) the URW fonts, so that is what I use. > > Most of the font support in TL is for LaTeX. ConTeXt started out using > plain tex mechanism and then took a different approach. Look for > mfont.pdf on the ConTeXt site (I don't see it in TeX Live). It explains > how to generate the missing map files as well as the typescript. > > You might look into XeTeX and (eventually) luatex, which are supposed to > make it easier to use system fonts. > > > Setup: default texlive 2007. No cont-sys.tex. I used updmap --edit to > > change LW35 to ADOBEkb. > > > > Here my test file: > > > > ================================================== > > \setupbodyfont > > [postscript,11pt] You are missing this line (in front of setupbodyfont) for example: \usetypescript[postscript][ec] \setupbodyfont[postscript,11pt] Does this work? 8r are "kind-of-not-supported any more", that's why files might be missing. Note that the line above currently loads some urw fonts, while it will load TeX Gyre in the future. > Try just "[pos,11pt]". I get: (using the MKiV context with the svn version of > TL, so your results may not be quite the same, but this stuff shouldn't have > changed much. Tthis syntax is obsolete and only left there for backward compatibility. See type-pre.tex: %D This file is obsolete. We now have latin modern and proper %D typescripts. Forget about this file. %D This file defines some typescripts that simulate the pre-typescript way %D of defining fonts. This file will not be extended. \starttypescript [pos] \usetypescript [postscript] [\defaultencoding] \setupbodyfont [postscript] \stoptypescript Mojca PS: true, updmap is not used ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________