From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34182 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: xetext-pdftex differences Date: Wed, 11 Apr 2007 11:09:17 +0200 Message-ID: <20070411110917406329.47c0f948@st.estfiles.de> References: <20070408221618732639.581a6a4d@st.estfiles.de> <6faad9f00704101227u1fd43e52wf55050e5cc918374@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (GMessage framework 1.5.4) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1176284417 2018 80.91.229.12 (11 Apr 2007 09:40:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 09:40:17 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 11 11:39:52 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 1HbYpx-0002KC-AO for gctc-ntg-context-518@m.gmane.org; Wed, 11 Apr 2007 11:09:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F29511FC24; Wed, 11 Apr 2007 11:09:55 +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 05193-02-9; Wed, 11 Apr 2007 11:09:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 260611FC18; Wed, 11 Apr 2007 11:09:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 266361FC18 for ; Wed, 11 Apr 2007 11:09:47 +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 05193-02-8 for ; Wed, 11 Apr 2007 11:09:44 +0200 (CEST) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by ronja.ntg.nl (Postfix) with ESMTP id C2F6E1FC14 for ; Wed, 11 Apr 2007 11:09:44 +0200 (CEST) Original-Received: (qmail 21231 invoked from network); 11 Apr 2007 09:09:44 -0000 Original-Received: from unknown (HELO mitnutzersw.intern) (698580@[87.185.218.210]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 11 Apr 2007 09:09:44 -0000 In-Reply-To: <6faad9f00704101227u1fd43e52wf55050e5cc918374@mail.gmail.com> X-Mailer: GyazMail version 1.5.4 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:34182 Archived-At: Moica, thanks for your detailed support! On Tue, 10 Apr 2007 21:27:47 +0200, Mojca Miklavec wrote: >> Where do I go when I experience differences between context/pdftext = >> and context/xetex? > = > What do you mean? these: = >> For example with context/xetex I get ... >> = >> ! Undefined control sequence. >> \stopframedtext ->\dostopframedtext > = ... >> ... and I do get "SS" instead of eszett ("=DF") with the following: > = > Interesting effect ... (as if the encoding was unknown) I have to admit that it I never understood which encoding to use when.... if, for example, I just write english/german/french then I could also use t= exnansi, this works perfect : \usetypescriptfile[type-gyr] \usetypescript[times][texnansi] \mainlanguage[de] \enableregime[utf] \setupbodyfont[times,9pt] > Which version of ConTeXt? It works OK here with 2007.03.22, but I need > to try the new beta. In principle this should not happen, it's > probably a bug or some other local problem. it is version 2007.01.12 (didn't you recommend to stay with the january ver= sion?) >> Whom to tell this? > = > Mailing list is the perfect place. I was wondering whether the xetex or the context list is better as it is a = mixed xetex/context-topic and for Adam is in "paternity leave" I had no idea on which list someone co= ntinues. > At the beginning I had problems with XeTeX as well since Times > resolved to 'Times Roman:mapping=3Dtex-text', which resolved to the name > 'mapping=3Dtex-text' (a side effect of recent that should probably be > fixed somehow in the near future), but that problem disappeared later. > I had to temporary fix this (leftovers before TeXGyre family managed > to overload everything perhaps?): right, "Times Roman:mapping=3Dtex-text": This also happened to me when usin= g ... \usetypescriptfile[type-gyr] \usetypescript[times][uc] ... that's why I used ... \usetypescriptfile[type-gyr] \usetypescript[times][ec] ... but probably I should have used "texnansi" (see above). Steffen