From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18876 Path: news.gmane.org!not-for-mail From: David Wooten Newsgroups: gmane.comp.tex.context Subject: Re: Initial Font Installation Question (Mac) Date: Sat, 12 Mar 2005 16:31:03 -0800 Message-ID: <0fd049c652ee80a40f8624e6962b3a61@mac.com> References: <20050312235853.21399@mail.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110673771 22906 80.91.229.2 (13 Mar 2005 00:29:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2005 00:29:31 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 13 01:29:31 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 1DAGyz-0005WH-G1 for gctc-ntg-context-518@m.gmane.org; Sun, 13 Mar 2005 01:29:25 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8599B12778; Sun, 13 Mar 2005 01:30:12 +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 06465-06-5; Sun, 13 Mar 2005 01:30:08 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A407127A1; Sun, 13 Mar 2005 01:30:08 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30454127A1 for ; Sun, 13 Mar 2005 01:30:06 +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 06465-06-4 for ; Sun, 13 Mar 2005 01:30:05 +0100 (CET) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by ronja.ntg.nl (Postfix) with ESMTP id 0A13B12778 for ; Sun, 13 Mar 2005 01:30:04 +0100 (CET) Original-Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j2D0U2q2022588; Sat, 12 Mar 2005 16:30:02 -0800 (PST) Original-Received: from [10.0.1.201] (adsl-69-224-19-99.dsl.pltn13.pacbell.net [69.224.19.99]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j2D0U054013403 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sat, 12 Mar 2005 16:30:01 -0800 (PST) In-Reply-To: <20050312235853.21399@mail.comp.lancs.ac.uk> Original-To: Adam Lindsay X-Mailer: Apple Mail (2.619.2) 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:18876 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18876 On Mar 12, 2005, at 3:58 PM, Adam Lindsay wrote: > David Wooten said this at Sat, 12 Mar 2005 15:07:25 -0800: > >>> Hmm. What do your typescript definitions look like, then? Does >>> ConTeXt >>> know you're using 8r as the encoding for the font? >> >> I believe so. An example from the typescript file: >> >> \usetypescriptfile [type-buy] >> \loadmapfile [8r-stf-andulka-book.map] >> >> \starttypescript [serif] [andulka-book] [name] >> \definefontsynonym [Serif] [Andulka-Book] >> \stoptypescript >> >> \starttypescript [serif] [andulka-book] [8r] >> \definefontsynonym [Andulka-Book] [8r-andulkabook] > > Ah-ha. > ConTeXt isn't *that* clever about names. At the end of the font synonym > chain, you need to associate the font name with an encoding explicitly. > The typescript names are just symbols (for the most part) that signal > to > ConTeXt which groups of definitions to use. > > Therefore, the above line should be: > > \definefontsynonym [Andulka-Book] [8r-andulkabook] [encoding=8r] Bravo, that does it. Many thanks, Adam.