From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18820 Path: news.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: Re: Palatino? Date: Fri, 11 Mar 2005 12:36:32 +0100 Message-ID: References: <8faf61642ddab2be46b915151d4b54d5@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1110540988 13928 80.91.229.2 (11 Mar 2005 11:36:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 11:36:28 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 11 12:36:28 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 1D9iRF-0004lt-M2 for gctc-ntg-context-518@m.gmane.org; Fri, 11 Mar 2005 12:36:17 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F7C212837; Fri, 11 Mar 2005 12:36: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 18787-02-4; Fri, 11 Mar 2005 12:36:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0320E127B7; Fri, 11 Mar 2005 12:36:48 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0DD8B1282A for ; Fri, 11 Mar 2005 12:36:46 +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 18787-02-3 for ; Fri, 11 Mar 2005 12:36:45 +0100 (CET) Original-Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43877127B7 for ; Fri, 11 Mar 2005 12:36:45 +0100 (CET) Original-Received: from fermat.math.uvsq.fr (root@fermat.math.uvsq.fr [193.51.32.1]) by soleil.uvsq.fr (8.12.11/jtpda-5.4) with ESMTP id j2BBaiv3071227 for ; Fri, 11 Mar 2005 12:36:45 +0100 (CET) Original-Received: from [193.51.32.222] (Mac22.math.uvsq.fr [193.51.32.222]) by fermat.math.uvsq.fr (8.13.1/jtpda-5.4) with ESMTP id j2BBadRd037039 ; Fri, 11 Mar 2005 12:36:44 +0100 (CET) X-Sender: otared@pop.wanadoo.fr In-Reply-To: <8faf61642ddab2be46b915151d4b54d5@uni-bonn.de> Original-To: mailing list for ConTeXt users X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (soleil.uvsq.fr [193.51.24.1]); Fri, 11 Mar 2005 12:36:45 +0100 (CET) X-Miltered: at soleil.uvsq.fr with ID 423182CC.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Antivirus: scanned by sophie at soleil.uvsq.fr 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:18820 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18820 At 11:36 +0100 11/03/05, Thomas A.Schmitz wrote: >Hi Patrick, > >the setup in contextgarden is the one that I'm referring to. It >doesn't work here. > >Thomas Hi Thomas, I am also one of the "fonts-challenged" people... However, thanks to Patrick, using contextgarden when I do the following (see below) everything works here (Mac OS X 10.3.8, withe Gerben Wierda's installation of TexLive 2005) Cheers: OK %% 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