From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11095 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: [pdftex] mathpple-a-like for ConTeXt? Date: Fri, 21 Feb 2003 10:45:03 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <5.1.0.14.0.20030221104000.02fb2bb0@server-1> References: <20030220225637.GA1620@idi.ntnu.no> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1045820959 3266 80.91.224.249 (21 Feb 2003 09:49:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2003 09:49:19 +0000 (UTC) Cc: ntg-context@ntg.nl Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18m9ny-0000qX-00 for ; Fri, 21 Feb 2003 10:49:18 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DA5BE10AF9; Fri, 21 Feb 2003 10:49:20 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 0132810AE8 for ; Fri, 21 Feb 2003 10:47:14 +0100 (MET) Original-Received: from server-1.pragma-ade.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.5/pre1.0-MySQL/8.12.5) with ESMTP id h1L9lALT029887; Fri, 21 Feb 2003 10:47:10 +0100 Original-Received: from LAPTOP-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-ade.nl (8.12.3/8.12.2) with ESMTP id h1L9lAt5016123; Fri, 21 Feb 2003 10:47:10 +0100 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: Adrian Heathcote In-Reply-To: <275F28A3-456B-11D7-8121-0003935489B8@philosophy.usyd.edu.a u> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11095 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11095 At 06:07 PM 2/21/2003 +1100, you wrote: >Hans > >> >>>\usetypescript[berry][ec] >>>\usetypescript[palatino][ec] >>>\setupbodyfont[palatino] >> >>I guess I'm just too green with ConTeXt, but I can't get this to >>work... Must i call \usetypescriptfile[somethingorother] first? >>(Actually, I get "undefined control sequence"...) > >This doesn't work for me either. (Though I don't get the "undefined=20 >control sequence" error=85) > >I would like to be able to use my installed postscript fonts, that I use=20 >with latex, in context. Could you point me in the direction of a manual. > >(Sorry to trouble you but my old URLs for ConText no longer work.) palatino and times math should work ok with the installed fonts so there is= =20 no real need to write typescripts yourself. Do you get an error message? What can happen is: - undefined control sequence : old context - cannot find tfm file: (context filename mapping problem or font not=20 installed) - cannot find pfb file: (probably map file problem of font not installed) - missing glyphs (in log): wrong encoding vector Hans=20