From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/46676 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jer=F3nimo_Alaminos_Prats?= Newsgroups: gmane.comp.tex.context Subject: Re: lucida and mactex 2008 Date: Thu, 8 Jan 2009 18:49:17 +0100 Message-ID: References: <1D9A3D70-439D-4A81-B240-730891710AB2@ugr.es><109D5C9D-CF6D-4B65-8AC1-EEA1E8D788FB@ugr.es> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1231437122 7253 80.91.229.12 (8 Jan 2009 17:52:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2009 17:52:02 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 08 18:53:12 2009 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 1LKz48-0005Jk-43 for gctc-ntg-context-518@m.gmane.org; Thu, 08 Jan 2009 18:53:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D3F941FE2F; Thu, 8 Jan 2009 18:51:49 +0100 (CET) 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 04842-04-2; Thu, 8 Jan 2009 18:50:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3869D1FDD8; Thu, 8 Jan 2009 18:50:27 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D9D9F1FDD8 for ; Thu, 8 Jan 2009 18:50:24 +0100 (CET) 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 04125-02-5 for ; Thu, 8 Jan 2009 18:49:43 +0100 (CET) Original-Received: from mail1.ugr.es (mail1.ugr.es [150.214.35.28]) by ronja.ntg.nl (Postfix) with ESMTP id CC1891FDD7 for ; Thu, 8 Jan 2009 18:49:42 +0100 (CET) Original-Received: from mail1.ugr.es (localhost [127.0.0.1]) by localhost.ugr.es (Postfix) with ESMTP id 6259849BA7 for ; Thu, 8 Jan 2009 18:49:40 +0100 (MET) Original-Received: from smtp2.ugr.es (smtp2.ugr.es [150.214.20.70]) by mail1.ugr.es (Postfix) with ESMTP id 1D13A49BA6 for ; Thu, 8 Jan 2009 18:49:16 +0100 (MET) Original-Received: from aeg.ugr.es (aeg.ugr.es [150.214.18.76]) by smtp2.ugr.es (Postfix) with ESMTP id 379A03C801 for ; Thu, 8 Jan 2009 18:49:17 +0100 (MET) In-Reply-To: X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:46676 Archived-At: El 24/12/2008, a las 16:59, Wolfgang Schuster escribi=F3: > > Am 24.12.2008 um 09:40 schrieb Jer=F3nimo Alaminos Prats: > >> >> El 24/12/2008, a las 0:33, Aditya Mahajan escribi=F3: >> >>> On Tue, 23 Dec 2008, Jer=F3nimo Alaminos Prats wrote: >>> >>>> Hello, >>>> >>>> I have been using the lucida fonts without problems for a long = >>>> time. They work like a charm with mactex 2007 but moving to the = >>>> 2008 version I've found that some math symbols are shuffled or = >>>> simply do not appear in the pdf. For example, \midint compiles = >>>> correctly but do not appear in the pdf result. >>>> >>>> I have checked everything that I can imagine but cannot find a = >>>> reason for this behaviour. >>> >>> This is because the math encoding files have not been completely = >>> extended to mkiv yet. We are in the process of adding encoding = >>> information for all unicode math symbols. \midintop is not a = >>> unicode character, and we need to figure out how to represent non- = >>> unicode characters in the private areas of unicode table. I do not = >>> know if there is a temporary workaround to make this work. >> >> I'm not using mkiv. It'sHere you have the log. > > Give me a few days, there is something wrong with the typescripts > for math and ConTeXt use the wrong fonts to get the symbols. > Thank for the interest. In the meanwhile I've made some advances with = my problem. The output of \showmathcharacters is ok if I add = \usemathcollection[lbr] but even with this there are fonts that do no = get loaded. For example \usetypescript[lucida][texnansi] \usetypescript[lucidabfm][texnansi] \usetypescript[lucidaboldmath][texnansi] \setupbodyfont[lucida,12pt] \usemathcollection[lbr] \starttext $\midint$ \stoptext compiles ok but the midint is missing and the font lbme is not loaded. = You can see the log at http://www.ugr.es/local/alaminos/_Media/midint.log Strange enough, i can produce the symbol by showing the whole font = but, even in this case i do not obtain any result from $\midint$. The = log and the result of compiling \usemodule[fnt-01] \usetypescript[lucida][texnansi] \usetypescript[lucidabfm][texnansi] \usetypescript[lucidaboldmath][texnansi] \setupbodyfont[lucida,10pt] \usemathcollection[lbr] \starttext $\midint$ \ShowFont[LucidaNewMath-Extension][lbme] \stoptext is this http://www.ugr.es/local/alaminos/_Media/texnansi-bh-lucida.pdf http://www.ugr.es/local/alaminos/_Media/texnansi-bh-lucida.log Can any of you reproduce this behaviour with mactex 2008? Any ideas? = Thank you, Jeronimo. ------------------------------------- Jer=F3nimo Alaminos Prats Dpto. An=E1lisis Matem=E1tico Facultad de Ciencias Universidad de Granada Granada - 18071 alaminos@ugr.es ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________