From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16945 Path: main.gmane.org!not-for-mail From: "Arnold, David" Newsgroups: gmane.comp.tex.context Subject: s-pre-61 Date: Wed, 3 Nov 2004 15:07:48 -0800 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1099556836 30621 80.91.229.6 (4 Nov 2004 08:27:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2004 08:27:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 04 09:27:11 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPcxb-0000tO-00 for ; Thu, 04 Nov 2004 09:27:11 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EBFA127B1; Thu, 4 Nov 2004 09:27:11 +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 04460-05-5; Thu, 4 Nov 2004 09:26:59 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D7D81278D; Thu, 4 Nov 2004 09:26:52 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7832A127A7 for ; Thu, 4 Nov 2004 00:07:33 +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 01051-03-2 for ; Thu, 4 Nov 2004 00:07:32 +0100 (CET) Original-Received: from bb-services.Eureka.Redwoods.edu (unknown [207.62.203.248]) by ronja.ntg.nl (Postfix) with ESMTP id 930EE12787 for ; Thu, 4 Nov 2004 00:07:32 +0100 (CET) Original-Received: by 001-250.redwoods.cc.ca.us with Internet Mail Service (5.5.2657.72) id ; Wed, 3 Nov 2004 15:07:49 -0800 Original-To: "'ntg-context@ntg.nl'" X-Mailer: Internet Mail Service (5.5.2657.72) X-Virus-Scanned: by amavisd-new at ntg.nl X-Mailman-Approved-At: Thu, 04 Nov 2004 09:26:40 +0100 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 Xref: main.gmane.org gmane.comp.tex.context:16945 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16945 Hans et al, OK, s-pre-61 looks nice and the source is not too long. It looks like a good place to start. So, I tried: Texexec --pdf --mode=demo s-pre-61 I got: (./type-spe.tex) (./type-exa.tex) (./type-akb.tex) (./type-ghz.tex)"makemf" --ve rbose "ec-lt55483" "hbf2gf" -q -g "ec-lt55483" 300 maketfm: No creation rule for font "ec-lt55483". ! Font \*mainface12ptsstf*:=ec-lt55483 at 12.0pt not loadable: Metric (TFM) fil e not found. \let \xxdododefinefont ... {#4}\newfontidentifier \let \localrelativefontsize \de... \fontstrategy ...me \fontclass #2#3#4#5\endcsname \tryingfontfalse \fi ...yle \fontalternative \fontsize \fi \iftryingfont \fontstr... \synchronizefont ...strategy \the \fontstrategies \relax \fi \iftryingfont \... \getvalue {\@style@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.20 \setupbodyfont[mainface,ss,18pt] ? Now, I know this is related to a font, so I looked in the source and found: \usetypescriptfile[type-ghz] \definetypeface[mainface][ss][sans][optima-nova][default][encoding=\defaulte ncoding] \setupbodyfont[mainface,ss,18pt] \setupinterlinespace[line=3.25ex] Since I am trying to learn Context in some depth this go round, I'd like to start by getting this font installed, if possible. What's the easiest way to get this done?