From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/59082 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: error: unable to define unbatangRegular as \*Myface12ptrmtfa* Date: Thu, 27 May 2010 09:57:44 +0200 Message-ID: <4BFE25F8.8020804@elvenkind.com> References: 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: dough.gmane.org 1274947074 16856 80.91.229.12 (27 May 2010 07:57:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 07:57:54 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu May 27 09:57:53 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OHXyS-0002f5-RV for gctc-ntg-context-518@m.gmane.org; Thu, 27 May 2010 09:57:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B8DD1C9BA6; Thu, 27 May 2010 09:57:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qWH45TIqvbfP; Thu, 27 May 2010 09:57:48 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D58ACC9B8D; Thu, 27 May 2010 09:57:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 51653C9B8D for ; Thu, 27 May 2010 09:57:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vovfjtvkdY6e for ; Thu, 27 May 2010 09:57:45 +0200 (CEST) Original-Received: from plane.elvenkind.com (elvenknd.xs4all.nl [82.95.203.226]) by balder.ntg.nl (Postfix) with ESMTP id 52CCCC9B16 for ; Thu, 27 May 2010 09:57:45 +0200 (CEST) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by plane.elvenkind.com (Postfix) with ESMTP id E6BD38020884 for ; Thu, 27 May 2010 09:57:44 +0200 (CEST) User-Agent: Thunderbird 2.0.0.21 (X11/20090319) In-Reply-To: X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:59082 Archived-At: Hi, Jeong Dalyoung wrote: > > Both current version and "ConTeXt ver: 2010.05.24 13:05 MKIV fmt: > 2010.5.27 int: english/english" version work same. > > Why isn't it able to define "unbatangRegular" while it can use the > "unbatangBold"? Drop the [uc] and '[encoding=uc]' from your typescript: \starttypescript[serif][unbatang] \definefontsynonym[unbatangRegular][file:UnBatang.ttf] \definefontsynonym[unbatangBold][file:UnBatangBold.ttf] \definefontsynonym[unbatangItalic][file:UnGraphic.ttf] \definefontsynonym[unbatangBoldItalic][file:UnGraphicBold.ttf] \stoptypescript Explanation: The extra encoding arguments you had meant that mkiv did not actually interpret that block of code. As a result, it only saw \definefontsynonym[Serif][unbatangRegular] and that is interpreted as 'name:unbatangRegular', which is a non-existing font name. unbatangBold worked ok because name:unbatangBold actually *is* a valid font name. Best wishes, Taco ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________