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. Any solutions around? Best wishes, Mikael
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
Thank you very much Aditya!
Best regards, Mikael
On Wed, Aug 27, 2008 at 1:28 AM, Aditya Mahajan
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 ___________________________________________________________________________________
Aditya Mahajan wrote:
Any solutions around?
Hans, can you correct this in the core.
sure, done already (somehow your mail ends up ou tof order in my mailbox related to the question, some time issue?) ----------------------------------------------------------------- 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 -----------------------------------------------------------------
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.
Any solutions around?
in math-ini.lua, search for "-- star" and change the line into [0x22C6] = { "mi", 0x3F }, -- star you need to remake the format ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Mikael Persson