Re: [NTG-context] Math other issues for TL 2012

2012-06-05 Thread Hans Hagen

On 4-6-2012 21:05, Khaled Hosny wrote:

On Fri, Jun 01, 2012 at 12:54:11PM +0200, Mojca Miklavec wrote:

Hello,

With TL freeze that is probably going to happen tomorrow (plus a few
days of grace period): what is the current state of problems with math
fonts, and possibly any other issues (apart from the known crash on
mipsel  armel)? Is there anything else that doesn't work in minimals,
but should be high on priority list to fix?


There is the issue with XITS italic correction:

http://www.ntg.nl/pipermail/ntg-context/2012/067237.html


experimental fix for italics ending math

\setupbodyfont[xits]

\starttext
\setupmathematics[italics=1] x \ruledhbox{${\cal P}$} x 
\ruledhbox{${\cal P x}$} x\par % fontitalics
\setupmathematics[italics=2] x \ruledhbox{${\cal P}$} x 
\ruledhbox{${\cal P x}$} x\par % fontdata
\setupmathematics[italics=3] x \ruledhbox{${\cal P}$} x 
\ruledhbox{${\cal P x}$} x\par % quad based
\setupmathematics[italics=4] x \ruledhbox{${\cal P}$} x 
\ruledhbox{${\cal P x}$} x\par % combination of 1 and 3

\stoptext


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Math other issues for TL 2012

2012-06-04 Thread Khaled Hosny
On Fri, Jun 01, 2012 at 12:54:11PM +0200, Mojca Miklavec wrote:
 Hello,
 
 With TL freeze that is probably going to happen tomorrow (plus a few
 days of grace period): what is the current state of problems with math
 fonts, and possibly any other issues (apart from the known crash on
 mipsel  armel)? Is there anything else that doesn't work in minimals,
 but should be high on priority list to fix?

There is the issue with XITS italic correction:

http://www.ntg.nl/pipermail/ntg-context/2012/067237.html

but no answer from Hans yet.

Regards,
 Khaled
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Math other issues for TL 2012

2012-06-01 Thread Tim Steenvoorden
Hi Mojca,

This is the status with 2012.05.30 11:26:

[HIGH] The integral signs in PX-fonts now work correctly. Only the
distance between the integral sign and the bounds are to big.
[HIGH] TX, XITS, Antykwa and Iwona have the same problem. (It's OK in
Asana and Euler).
[MID] The Kurier-font is not working at all (math and text).
[MID] The Mathdesign fonts (Utopia, Charter and Garamond) are not
working at all (both math and text).
[LOW] Pagella-Math is in TeXLive now, but the typescript is commented
out in type-imp-texgyre.mkiv.

I didn't had much time to look at it, have a deadline for a paper.
Sorry about that.

Regards,
Tim


2012/6/1 Mojca Miklavec mojca.miklavec.li...@gmail.com:
 Hello,

 With TL freeze that is probably going to happen tomorrow (plus a few
 days of grace period): what is the current state of problems with math
 fonts, and possibly any other issues (apart from the known crash on
 mipsel  armel)? Is there anything else that doesn't work in minimals,
 but should be high on priority list to fix?

 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  : http://foundry.supelec.fr/projects/contextrev/
 wiki     : http://contextgarden.net
 ___


fonts.tex
Description: TeX document
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Math other issues for TL 2012

2012-06-01 Thread Hans Hagen

Question for Khaled.

What is currently the logic in luatex? There used to be some heuristic 
to determine if we have a traditional or opentype font. How can we 
enforce the opentype math logic? There has been some discussion about a 
flag in the tfmdata table. (The virtual math fonts that mkiv makes 
assumes opentype logic).


Hans

On 1-6-2012 17:05, Tim Steenvoorden wrote:

Hi Mojca,

This is the status with 2012.05.30 11:26:

[HIGH] The integral signs in PX-fonts now work correctly. Only the
distance between the integral sign and the bounds are to big.
[HIGH] TX, XITS, Antykwa and Iwona have the same problem. (It's OK in
Asana and Euler).
[MID] The Kurier-font is not working at all (math and text).
[MID] The Mathdesign fonts (Utopia, Charter and Garamond) are not
working at all (both math and text).
[LOW] Pagella-Math is in TeXLive now, but the typescript is commented
out in type-imp-texgyre.mkiv.

I didn't had much time to look at it, have a deadline for a paper.
Sorry about that.

Regards,
Tim


2012/6/1 Mojca Miklavecmojca.miklavec.li...@gmail.com:

Hello,

With TL freeze that is probably going to happen tomorrow (plus a few
days of grace period): what is the current state of problems with math
fonts, and possibly any other issues (apart from the known crash on
mipsel  armel)? Is there anything else that doesn't work in minimals,
but should be high on priority list to fix?

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  : http://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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___



--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Math other issues for TL 2012

2012-06-01 Thread Khaled Hosny
Currently if the font has a MathConstants table it is considered a new
math font.

Regards,
 Khaled

On Fri, Jun 01, 2012 at 08:59:31PM +0200, Hans Hagen wrote:
 Question for Khaled.
 
 What is currently the logic in luatex? There used to be some
 heuristic to determine if we have a traditional or opentype font.
 How can we enforce the opentype math logic? There has been some
 discussion about a flag in the tfmdata table. (The virtual math
 fonts that mkiv makes assumes opentype logic).
 
 Hans
 
 On 1-6-2012 17:05, Tim Steenvoorden wrote:
 Hi Mojca,
 
 This is the status with 2012.05.30 11:26:
 
 [HIGH] The integral signs in PX-fonts now work correctly. Only the
 distance between the integral sign and the bounds are to big.
 [HIGH] TX, XITS, Antykwa and Iwona have the same problem. (It's OK in
 Asana and Euler).
 [MID] The Kurier-font is not working at all (math and text).
 [MID] The Mathdesign fonts (Utopia, Charter and Garamond) are not
 working at all (both math and text).
 [LOW] Pagella-Math is in TeXLive now, but the typescript is commented
 out in type-imp-texgyre.mkiv.
 
 I didn't had much time to look at it, have a deadline for a paper.
 Sorry about that.
 
 Regards,
 Tim
 
 
 2012/6/1 Mojca Miklavecmojca.miklavec.li...@gmail.com:
 Hello,
 
 With TL freeze that is probably going to happen tomorrow (plus a few
 days of grace period): what is the current state of problems with math
 fonts, and possibly any other issues (apart from the known crash on
 mipsel  armel)? Is there anything else that doesn't work in minimals,
 but should be high on priority list to fix?
 
 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  : http://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  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___
 
 
 -- 
 
 -
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
  | www.pragma-pod.nl
 -
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___