From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19497 Path: news.gmane.org!not-for-mail From: Dalyoung Newsgroups: gmane.comp.tex.context Subject: Re: presentation in ConTeXt Date: Thu, 31 Mar 2005 23:00:20 +0900 Message-ID: <15774619b8052fdeac6223997b1245ab@mac.com> References: <8574a4e35600bcb73894c257424acc20@mac.com> 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 1112277406 27223 80.91.229.2 (31 Mar 2005 13:56:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 13:56:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 31 15:56:42 2005 Return-path: 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 1DH08A-0000bH-UZ for gctc-ntg-context-518@m.gmane.org; Thu, 31 Mar 2005 15:54:43 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9B9F7128B0; Thu, 31 Mar 2005 15:55:54 +0200 (CEST) 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 00976-06-4; Thu, 31 Mar 2005 15:55:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80B01128A7; Thu, 31 Mar 2005 15:55:51 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56FE4128A7 for ; Thu, 31 Mar 2005 15:55:50 +0200 (CEST) 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 00976-06-3 for ; Thu, 31 Mar 2005 15:55:49 +0200 (CEST) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.45]) by ronja.ntg.nl (Postfix) with ESMTP id 38B54128A1 for ; Thu, 31 Mar 2005 15:55:49 +0200 (CEST) Original-Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j2VDtlFo002383 for ; Thu, 31 Mar 2005 05:55:47 -0800 (PST) Original-Received: from [211.218.224.67] ([211.218.224.67]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j2VDtjp7015211 for ; Thu, 31 Mar 2005 05:55:47 -0800 (PST) In-Reply-To: Original-To: mailing list for ConTeXt users 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 Xref: news.gmane.org gmane.comp.tex.context:19497 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19497 I added following two lines in conf-pre-main.tex, \usetypescriptfile[type-xall] %script file \usetypescript[myface] %typeface In type-xall.tex, .... \starttypescript[serif][smmjr][uc] % Regular variant: \definefontsynonym[smMyungjoRegular]["smMyungjoR\space W30"][encoding=uc] \definefontsynonym[smMyungjoBold]["smMyungjoR\space W70"][encoding=uc] \definefontsynonym[smMyungjoLight]["smMyungjoR\space W10"][encoding=uc] \definefontsynonym[smMyungjoBlack]["smMyungjoR\space W90"][encoding=uc] \stoptypescript % Start another typescript that associates generic names with % mid-level names: \starttypescript[serif][smmjr][name] \definefontsynonym[Serif][smMyungjoRegular] \definefontsynonym[SerifBold][smMyungjoBold] \definefontsynonym[SerifItalic][smMyungjoLight] \definefontsynonym[SerifBoldItalic][smMyungjoBlack] % The fallbacks \definefontsynonym[SerifSlanted][Serif] \definefontsynonym[SerifBoldSlanted][SerifBold] \definefontsynonym[SerifCaps][Serif] \stoptypescript ... Then, I got a following error, This is MetaPost, Version 0.641 (Web2C 7.5.3) (/usr/local/teTeX/share/texmf.local/web2c/natural.tcx) (pre-main-mpgraph.mp ! Extra tokens will be flushed. smMyungjoR l.42 defaultfont:=""smMyungjoR W30""; ? It may be the problem in XeTeX. However, is it related with ConTeXt? Thank you.