From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19047 Path: news.gmane.org!not-for-mail From: Matthias Weber Newsgroups: gmane.comp.tex.context Subject: OS X/Gerben Wiebe's TeX font issue + fix Date: Wed, 16 Mar 2005 13:50:47 -0500 Message-ID: <2163d759ab252821be5dad4a6be3f9a7@indiana.edu> References: <48d4925011807446674921ef38210ce9@indiana.edu> <357c32ae55bec900fb6f2b3855125359@indiana.edu> <7547ed0ad37aa8e5c8bf9015b9b3f89a@indiana.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110999723 12767 80.91.229.2 (16 Mar 2005 19:02:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 19:02:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 16 20:02:03 2005 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 1DBdbu-000828-E3 for gctc-ntg-context-518@m.gmane.org; Wed, 16 Mar 2005 19:51:14 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1739812856; Wed, 16 Mar 2005 19:52:37 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14637-02; Wed, 16 Mar 2005 19:52:36 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 084B612845; Wed, 16 Mar 2005 19:50:52 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D50012845 for ; Wed, 16 Mar 2005 19:50:50 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14443-07-2 for ; Wed, 16 Mar 2005 19:50:49 +0100 (CET) Original-Received: from rockridge.uits.indiana.edu (rockridge.uits.indiana.edu [129.79.1.74]) by ronja.ntg.nl (Postfix) with ESMTP id 8B1A41277E for ; Wed, 16 Mar 2005 19:50:49 +0100 (CET) Original-Received: from mail-relay.iu.edu (logchain.uits.indiana.edu [129.79.1.77]) by rockridge.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j2GIolKe017162 for ; Wed, 16 Mar 2005 13:50:48 -0500 (EST) Original-Received: from [129.79.94.193] (129-79-94-193.dhcp-bl.indiana.edu [129.79.94.193]) (authenticated bits=0) by mail-relay.iu.edu (8.12.10/8.12.10/IUPO) with ESMTP id j2GIolg3000780 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 16 Mar 2005 13:50:47 -0500 (EST) In-Reply-To: Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19047 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19047 Hello, could those of you who use Gerben's TeX installation under OS X check whether the following file produces nice postscript Palatino or ugly bitmap Palatino? %% testing-fonts.tex \usetypescript [adobekb][\defaultencoding] \setupbodyfont[pos] \usetypescript[palatino][\defaultencoding] \setupbodyfont[palatino,12pt] %% for times uncomment this %\usetypescript[times][\defaultencoding] %\setupbodyfont[times,12pt] \starttext \input knuth \bigskip And this is some maths with PostScript fonts. \startformula {a \over b} = {c \over d} \iff ad - bc = 0, \qquad \int_0^{2\pi} \sin(x)^2dx =\pi, \qquad {\rm e}^{{\rm i}\pi} + 1 = 0. \stopformula \stoptext If the latter is the case, you can fix this (thanks to Patrick) by overwriting /usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme with http://www.pragma-ade.com/system/tex/texmf-local/tex/context/user/cont- sys.rme Also in that case we need a corrected gwConTeXt. Thanks again to Patrick! Matthias