From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43379 Path: news.gmane.org!not-for-mail From: "Mikael Persson" Newsgroups: gmane.comp.tex.context Subject: Re: no star in itemize with luatex Date: Wed, 27 Aug 2008 11:05:34 +0200 Message-ID: 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: ger.gmane.org 1219828100 26609 80.91.229.12 (27 Aug 2008 09:08:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2008 09:08:20 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 27 11:09:14 2008 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 1KYH1b-0002RT-Ou for gctc-ntg-context-518@m.gmane.org; Wed, 27 Aug 2008 11:09:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 869B91FC54; Wed, 27 Aug 2008 11:08:11 +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 17730-02-12; Wed, 27 Aug 2008 11:07:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C40651FB77; Wed, 27 Aug 2008 11:06:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 29F821FC20 for ; Wed, 27 Aug 2008 11:06:16 +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 19444-02-2 for ; Wed, 27 Aug 2008 11:05:37 +0200 (CEST) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by ronja.ntg.nl (Postfix) with ESMTP id B04931FD5C for ; Wed, 27 Aug 2008 11:05:36 +0200 (CEST) Original-Received: by fg-out-1718.google.com with SMTP id l26so1525831fgb.8 for ; Wed, 27 Aug 2008 02:05:34 -0700 (PDT) Original-Received: by 10.180.247.12 with SMTP id u12mr3635079bkh.97.1219827934452; Wed, 27 Aug 2008 02:05:34 -0700 (PDT) Original-Received: by 10.181.25.8 with HTTP; Wed, 27 Aug 2008 02:05:34 -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:43379 Archived-At: Thank you very much Aditya! Best regards, Mikael On Wed, Aug 27, 2008 at 1:28 AM, Aditya Mahajan wrote: > On Wed, 27 Aug 2008, Mikael Persson wrote: > >> Hello, >> >> running the file >> >> %%% >> \starttext >> \startitemize[3] >> \item Hello world! >> \stopitemize >> \stoptext >> %%% >> >> in luatex, I did expect to get a star and then Hello world! However, I >> got something like \perp instead of the star. >> >> It works with pdftex. I also tried with some other fonts with same >> failing result. >> >> I run the latest minimal context and also tried this at the >> contextgarden with the same result. > > This is a bug in math-ini.lua Line 407 should read > > [0x22C6] = { "mi", 0x3F }, -- star > > "mi" instead of "sy". Make this change are regenerate the formats. > >> Any solutions around? > > Hans, can you correct this in the core. > > Aditya > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > ___________________________________________________________________________________ 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 ___________________________________________________________________________________