From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30598 Path: news.gmane.org!not-for-mail From: Dalyoung Jeong Newsgroups: gmane.comp.tex.xetex,gmane.comp.tex.context Subject: help for the font problem Date: Thu, 31 Aug 2006 11:02:35 +0900 Message-ID: <8DE23EDC-69BB-4C7A-8E26-D1A55B67FA14@mac.com> Reply-To: Unicode-based TeX for Mac OS X and other platforms NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156989812 32302 80.91.229.2 (31 Aug 2006 02:03:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Aug 2006 02:03:32 +0000 (UTC) Cc: mailing ConTeXt users list for Original-X-From: xetex-bounces-WUdSmCIlby8@public.gmane.org Thu Aug 31 04:03:27 2006 Return-path: Envelope-to: gctx-xetex-Uylq5CNFT+jYtjvyW6yDsg@public.gmane.org Original-Received: from dmz-169.daimi.au.dk ([130.225.2.169] helo=tug.org) by ciao.gmane.org with esmtp (Exim 4.43) id 1GIbtl-0008HM-RG for gctx-xetex-Uylq5CNFT+jYtjvyW6yDsg@public.gmane.org; Thu, 31 Aug 2006 04:03:18 +0200 Original-Received: from tug.org (localhost [127.0.0.1]) by tug.org (8.11.7-20030920/8.11.6) with ESMTP id k7V238n11792; Thu, 31 Aug 2006 04:03:08 +0200 Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.173]) by tug.org (8.11.7-20030920/8.11.6) with ESMTP id k7V231n11769 for ; Thu, 31 Aug 2006 04:03:01 +0200 Original-Received: from mac.com (smtpin03-en2 [10.13.10.148]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id k7V235Bb026938; Wed, 30 Aug 2006 19:03:05 -0700 (PDT) Original-Received: from [203.253.9.6] (apple.ssu.ac.kr [203.253.9.6]) (authenticated bits=0) by mac.com (Xserve/smtpin03/MantshX 4.0) with ESMTP id k7V22n55018859; Wed, 30 Aug 2006 19:02:54 -0700 (PDT) Original-To: Unicode-based and Linux TeX for Mac OS X X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE X-DAIMI-Spam-Score: 0.001 () BAYES_50 X-Scanned-By: MIMEDefang 2.57 on 130.225.16.35 X-Scanned-By: MIMEDefang 2.57 on 130.225.2.178 X-BeenThere: xetex-WUdSmCIlby8@public.gmane.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: Unicode-based TeX for Mac OS X and other platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: xetex-bounces-WUdSmCIlby8@public.gmane.org Errors-To: xetex-bounces-WUdSmCIlby8@public.gmane.org Xref: news.gmane.org gmane.comp.tex.xetex:2956 gmane.comp.tex.context:30598 Archived-At: Hi, all I have no problem to get an pdf output using XeTeX and XeLaTeX but, I got some errors using XeTeX+ XonTeXt. After many tests, I think that the error is related with the font (including Korean) which I installed privately. If I use the fonts installed by system, then everything is OK. The followings are the errors and error message I got. 1) There is a white space instead of figures. No error messages but no figures. However, if I changed the font, I got the pdf output directly containing figures. 2) font error message: xetext.xdv -> xetext.pdf [1 ** NOTICE: This document contains a `Preview & Print only' licensed font ** ] ** ERROR ** CFF: Invalid character. Output file removed. TeXExec | runtime: 5.386493 ~ However, I could get an pdf texts using "xdv2pdf" but still no figures. If I changed the font, then I got the pdf output without xdv2pdf. Hence, all the errors are originated from the font. I wonder whether it is the problem in my system only or not. Would someone try the following file using the given font(free to use)? And if you also get the same errors, then is there a You can download fonts freely from the following address: http://www.softmagic.com/HomePage/ko/03_down/download.jsp#04 In the middle of that page, you can see "Open type Fonts for Mac OS X", click "open type font 5" below the "download service". It contains 5 fonts, and try one of them. Thank you for help. Best Regards, Dalyoung %%%%%%%%%%%%%%% \font\B="smJohabP\space Medium" at 12pt \starttext \B This is a test for \ConTeXt. \stoptext %%%%%%%%%%%%%%%%%%%