From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18851 Path: news.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: Helvetica ? Date: Fri, 11 Mar 2005 21:24:37 +0100 Message-ID: References: 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 1110573230 27495 80.91.229.2 (11 Mar 2005 20:33:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 20:33:50 +0000 (UTC) Cc: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 11 21:33:49 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 1D9qlV-000787-2H for gctc-ntg-context-518@m.gmane.org; Fri, 11 Mar 2005 21:29:45 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3912D127A9; Fri, 11 Mar 2005 21:30:21 +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 25356-04; Fri, 11 Mar 2005 21:30:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7B26E1281A; Fri, 11 Mar 2005 21:26:29 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AAAF41281A for ; Fri, 11 Mar 2005 21:26:27 +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 25356-02 for ; Fri, 11 Mar 2005 21:26:26 +0100 (CET) Original-Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by ronja.ntg.nl (Postfix) with ESMTP id 5DF10127A9 for ; Fri, 11 Mar 2005 21:26:26 +0100 (CET) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1101.wanadoo.fr (SMTP Server) with ESMTP id 3789C1C00087 for ; Fri, 11 Mar 2005 21:26:26 +0100 (CET) Original-Received: from [10.0.1.2] (AMontsouris-151-1-46-182.w82-123.abo.wanadoo.fr [82.123.155.182]) by mwinf1101.wanadoo.fr (SMTP Server) with ESMTP id AB3CC1C000A2; Fri, 11 Mar 2005 21:26:25 +0100 (CET) X-ME-UUID: 20050311202625701.AB3CC1C000A2@mwinf1101.wanadoo.fr X-Sender: otared@pop.wanadoo.fr In-Reply-To: Original-To: mailing list for ConTeXt users 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:18851 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18851 At 17:59 +0100 11/03/05, Steffen Wolfrum wrote: >Hi, > >I used to install the fonts that I need for contexing. > >But for the current project only Helvetica is needed, and so I >remembered Patrick saying: > >> using Helvetica works for me: >> -------------------------------------------------- >> \usetypescript [adobekb][\defaultencoding] >> \usetypescript [postscript][\defaultencoding] >> \setupbodyfont[pos,ss,12pt] >> >> \starttext >> foo >> \stoptext > > For me the following works fine: %%%% begin \usetypescript [adobekb][\defaultencoding] \setupbodyfont[pos] %% for helvetica uncomment this \usetypescript[helvetica][\defaultencoding] \setupbodyfont[helvetica,ss,12pt] %% for times uncomment this %\usetypescript[times][\defaultencoding] %\setupbodyfont[times,12pt] \starttext \input knuth \bigskip And this should be some maths with PostScript fonts (but not with Helvetica\dots). \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 %%%% end Somehow, unlike Adam's suggestion, I can't replace [\defaultencoding] by [8r]. Cheers: OK