From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34207 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: xetext-pdftex differences Date: Thu, 12 Apr 2007 12:46:51 +0200 Message-ID: <461E0E1B.7040502@wxs.nl> References: <20070408221618732639.581a6a4d@st.estfiles.de> <6faad9f00704101227u1fd43e52wf55050e5cc918374@mail.gmail.com> <20070411110917406329.47c0f948@st.estfiles.de> <6faad9f00704110844x377d61dao3f5cad8d433707cb@mail.gmail.com> <20070412095303019737.27b0d64b@st.estfiles.de> 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: sea.gmane.org 1176374901 18603 80.91.229.12 (12 Apr 2007 10:48:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 10:48:21 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 12 12:48:19 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1Hbwqh-0004Hd-1V for gctc-ntg-context-518@m.gmane.org; Thu, 12 Apr 2007 12:48:19 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8AC571FAC0; Thu, 12 Apr 2007 12:48:18 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30278-07-2; Thu, 12 Apr 2007 12:48:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 890441FB0E; Thu, 12 Apr 2007 12:48:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 288DC1FB0E for ; Thu, 12 Apr 2007 12:48:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30485-01 for ; Thu, 12 Apr 2007 12:48:08 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by ronja.ntg.nl (Postfix) with ESMTP id CFA8D1FAC0 for ; Thu, 12 Apr 2007 12:46:37 +0200 (CEST) Original-Received: from [10.100.1.101] (unverified [10.100.1.101]) by controller-1 (SurgeMail 3.7b8) with ESMTP id 17911 for ; Thu, 12 Apr 2007 12:46:37 +0200 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: <20070412095303019737.27b0d64b@st.estfiles.de> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:34207 Archived-At: Steffen Wolfrum wrote: > On Wed, 11 Apr 2007 17:44:18 +0200, Mojca Miklavec wrote: > >> You should try to get "uc" working if possible, but you need to add >> some definitions from my previous mail. If you want to stick with >> texnansi, you should better use pdfTeX. >> > > I have a document with German as the main language, defined ... > > \usetypescriptfile[type-gyr] > \usetypescript[times][texnansi] > \mainlanguage[de] > \setupbodyfont[times,10pt] > > .... and inserted Arabic quotes in Arabic AlBayan.ttf, defined ... > > \font\geeza="AlBayan" at 10pt > > > That's why it's typeset with XeTeX. But nevertheless texnansi for TeXGyreTermes seems to be fine (at least for now). > technically one can define a virtual font which uses TeXGyreTermes as base, but has additional glyphs taken from AlBayan; I do have experimental code for that but have to cook up an interface (not that hard, i only need time and motivation); that way you dont't need to switch to geeza in between \ctxlua { fonts.define.methods.install("weird", { { "include-method", "base" } , { "copy-char" , "lmroman10-regular" , 65, 66 } , { "copy-range" , "lmsans10-regular" , 0x0100, 0x01FF } , { "copy-range" , "lmtypewriter10-regular", 0x0200, 0xFF00 } , { "fallback-range", "lmtypewriter10-regular", 0x0000, 0x0200 } }) } \starttext \startTEXpage \font\test={myfont@weird} \test \eacute \rcaron \adoublegrave \char"0200 AB\char65\char65 \stopTEXpage Along these lines ... but then properly interfaced -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------