From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36894 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: \usepackage{pslatex} equivalent for context Date: Fri, 5 Oct 2007 01:45:51 +0200 Message-ID: <6faad9f00710041645l63242f29gc60bede571a6c721@mail.gmail.com> References: <20071004220002.GA24077@obiit.org> 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 1191551323 11287 80.91.229.12 (5 Oct 2007 02:28:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2007 02:28:43 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 05 04:28:39 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 1Idcvc-0007lK-8p for gctc-ntg-context-518@m.gmane.org; Fri, 05 Oct 2007 04:28:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A72E51FA4A; Fri, 5 Oct 2007 04:28:31 +0200 (CEST) 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 04320-02-2; Fri, 5 Oct 2007 04:28:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1B5181FCA1; Fri, 5 Oct 2007 01:50:16 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DB8B11FA70 for ; Fri, 5 Oct 2007 01:49:51 +0200 (CEST) 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 27027-10 for ; Fri, 5 Oct 2007 01:49:14 +0200 (CEST) Original-Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by ronja.ntg.nl (Postfix) with ESMTP id 218931FCA1 for ; Fri, 5 Oct 2007 01:45:55 +0200 (CEST) Original-Received: by wr-out-0506.google.com with SMTP id c38so332115wra for ; Thu, 04 Oct 2007 16:45:52 -0700 (PDT) Original-Received: by 10.142.154.20 with SMTP id b20mr1258735wfe.1191541551042; Thu, 04 Oct 2007 16:45:51 -0700 (PDT) Original-Received: by 10.142.87.14 with HTTP; Thu, 4 Oct 2007 16:45:51 -0700 (PDT) In-Reply-To: <20071004220002.GA24077@obiit.org> 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:36894 Archived-At: On 10/5/07, frantisek holop wrote: > hi there, > > i was wondering if there was a quick and dirty equivalent for > latex's \usepackage{pslatex} > > http://ctan.org/tex-archive/macros/latex/contrib/pslatex/#jh1c2c136f7e9809d3217b77eccac957d6: > > This is a small package that makes LaTeX default to `standard' > PostScript fonts. It is basically a hacked merger of times.sty and > mathptm.sty, from the psnfss suite of packages. You must have > installed standard LaTeX (LaTeX2e) and psnfss PostScript fonts > to use this package. \usetypescript[postscript][ec] %typescript name \setupbodyfont[postscript,10pt] % typeface name That one is possible because of this in type-one.tex: \starttypescript [postscript] [texnansi,ec,qx,t5,uc,8r] \definetypeface [postscript] [rm] [serif] [times] [default] [encoding=\typescripttwo] \definetypeface [postscript] [ss] [sans] [helvetica] [default] [rscale=.9,encoding=\typescripttwo] \definetypeface [postscript] [tt] [mono] [courier] [default] [rscale=1.1,encoding=\typescripttwo] \definetypeface [postscript] [mm] [math] [times] [default] \usemathcollection[default] \quittypescriptscanning \stoptypescript You can combine fonts "easily" like that. Mojca ___________________________________________________________________________________ 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 ___________________________________________________________________________________