From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36980 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: encoding/compiling issues (macosx) Date: Fri, 12 Oct 2007 12:32:42 +0200 Message-ID: <6faad9f00710120332w4ed9f995j2444b7e829d445c1@mail.gmail.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: sea.gmane.org 1192185267 5462 80.91.229.12 (12 Oct 2007 10:34:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 10:34:27 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 12 12:34:16 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 1IgHpg-0006Fv-Bm for gctc-ntg-context-518@m.gmane.org; Fri, 12 Oct 2007 12:33:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EBBBB1FC61; Fri, 12 Oct 2007 12:33:21 +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 28566-06-4; Fri, 12 Oct 2007 12:32:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B7271FCF4; Fri, 12 Oct 2007 12:32:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5BF841FCF4 for ; Fri, 12 Oct 2007 12:32:53 +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 28566-06-3 for ; Fri, 12 Oct 2007 12:32:46 +0200 (CEST) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by ronja.ntg.nl (Postfix) with ESMTP id 3B4A41FC61 for ; Fri, 12 Oct 2007 12:32:44 +0200 (CEST) Original-Received: by nz-out-0506.google.com with SMTP id m7so883764nzf for ; Fri, 12 Oct 2007 03:32:43 -0700 (PDT) Original-Received: by 10.142.49.4 with SMTP id w4mr893980wfw.1192185162330; Fri, 12 Oct 2007 03:32:42 -0700 (PDT) Original-Received: by 10.142.87.14 with HTTP; Fri, 12 Oct 2007 03:32:42 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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:36980 Archived-At: On 10/8/07, Andrea Valle wrote: > Hi to all, > > we (I and Miriam, who is in CC, but she should be now on the list) are > setting up our ConTeXt installation in order to (re-)typeset the academic > journal we are editors. > We are both on macosx: the idea is to use XeTeX. > I installed on Miriam's macbook mactex, and I also have updated it from the > mactex site. Exactly like mine. > We're experiencing this problem: > we have an utf 8 text and I'm compiling with no problem on my machine. On > Miriam's one > 1. if we compile with ConTeXt-pdftex (specifying the regime) we are having > little black boxes near the non-ascii char (i.e. an accented glyph is > rendered as non accented glyph + box) The problem is that your utf-8 text doesn't use normal "eacute", but rather "e + combining acute accant", and pdfTeX will never be able to handle that. I could send you a patch to remove those black boxes, but you won't be able to put them over the character before it, so that won't help you at all. TeX needs accent specification before the character. A combining accent after the character cannot be handled, at least not in pdfTeX - XeTeX and LuaTeX should be fine with it. Can you try to convert the text again using pdftotext -enc UTF-8 your-pdf-document.pdf and copy that text into the main document? > 2. if we compile with XeConTeXt the resulting pdf simply skips the accents > (e.g an accented glyph is rendered non accented) The default font (LM) doesn't work properly with any version of ConTeXt prior to 2007.09.28. But if you load some system font, the accents should work OK. If you are using XeTeX, I strongly recommend you to use both the same version of ConTeXt. The one from January and the one form September differ considerably. (Even with the latest one I have some problems again - I need to figure out where the problem is, but it's nothing critical.) > More: > We can't do > ctxtools --updatecontext > > it complaint it cannot fetch the zip Download the zip manually and unzip it to the folder where the old ConTeXt resides. Run mktexlsr and texexec --make [--xtx] --all. updatecontext doesn't do anything else. Mojca ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________