ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* XITS Math font - first beata
@ 2010-06-04 18:30 Khaled Hosny
  2010-06-04 18:37 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Khaled Hosny @ 2010-06-04 18:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

As promised, the OpenType MATH enriched version of STIX fonts, XITS,
is now available.

This early version provides:
* OpenType math constants values, necessary for proper layout of
various
  math elements.
* proper math accent positioning.
* proper sub/superscript positioning (not fine tuned yet).
* extensible radicals, delimiters and math accents.
* oldstyle figures.
* some pre-composed fraction.

Tarball can be downloaded from:
http://github.com/khaledhosny/xits-math/downloads

Feature requests, bug reports and fixes, should be directed to the issue
tracker:
http://github.com/khaledhosny/xits-math/issues

Against the practice of STIX project, this version have not been
extensively tested, only few basic tests through ConTeXt MkIV were
done. Instead, in the spirit of open development model, I'm releasing
early and often and trusting that thee are many people with more
knowledge of math aesthetics and sharp eyes to spot error better than
what I can ever do. Others are highly welcomed to test against other
OpenType MATH implementations, namely unicode-math (with both XeTeX and
LuaTeX) and MS Office 2007 and higher.

Regards,
 Khaled


-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XITS Math font - first beata
  2010-06-04 18:30 XITS Math font - first beata Khaled Hosny
@ 2010-06-04 18:37 ` Hans Hagen
  2010-06-04 18:46   ` XITS Math font - first beta Khaled Hosny
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2010-06-04 18:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4-6-2010 8:30, Khaled Hosny wrote:
> As promised, the OpenType MATH enriched version of STIX fonts, XITS,
> is now available.
>
> This early version provides:
> * OpenType math constants values, necessary for proper layout of
> various
>    math elements.
> * proper math accent positioning.
> * proper sub/superscript positioning (not fine tuned yet).
> * extensible radicals, delimiters and math accents.
> * oldstyle figures.
> * some pre-composed fraction.
>
> Tarball can be downloaded from:
> http://github.com/khaledhosny/xits-math/downloads
>
> Feature requests, bug reports and fixes, should be directed to the issue
> tracker:
> http://github.com/khaledhosny/xits-math/issues
>
> Against the practice of STIX project, this version have not been
> extensively tested, only few basic tests through ConTeXt MkIV were
> done. Instead, in the spirit of open development model, I'm releasing
> early and often and trusting that thee are many people with more
> knowledge of math aesthetics and sharp eyes to spot error better than
> what I can ever do. Others are highly welcomed to test against other
> OpenType MATH implementations, namely unicode-math (with both XeTeX and
> LuaTeX) and MS Office 2007 and higher.

for testers:

\starttypescript [math] [xits] [name]
   \definefontsynonym[MathRoman][file:xits-math.otf] [features=math]
\stoptypescript

\starttypescript[xits]
   \definetypeface [xits] [rm] [serif] [termes] [default]
   \definetypeface [xits] [ss] [sans]  [heros]  [default] [rscale=0.9]
   \definetypeface [xits] [tt] [mono]  [modern] [default] [rscale=1.05]
   \definetypeface [xits] [mm] [math]  [xits]   [default]
\stoptypescript



-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XITS Math font - first beta
  2010-06-04 18:37 ` Hans Hagen
@ 2010-06-04 18:46   ` Khaled Hosny
  2010-06-04 19:33     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Khaled Hosny @ 2010-06-04 18:46 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

On Fri, Jun 04, 2010 at 08:37:31PM +0200, Hans Hagen wrote:
> 
> for testers:
> 
> \starttypescript [math] [xits] [name]
>   \definefontsynonym[MathRoman][file:xits-math.otf] [features=math]

\mathsizesuffix is needed for proper prime size:

\definefontsynonym[MathRoman][file:xits-math.otf] [features=math\mathsizesuffix]

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: XITS Math font - first beta
  2010-06-04 18:46   ` XITS Math font - first beta Khaled Hosny
@ 2010-06-04 19:33     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2010-06-04 19:33 UTC (permalink / raw)
  To: Khaled Hosny; +Cc: mailing list for ConTeXt users

On 4-6-2010 8:46, Khaled Hosny wrote:
> On Fri, Jun 04, 2010 at 08:37:31PM +0200, Hans Hagen wrote:
>>
>> for testers:
>>
>> \starttypescript [math] [xits] [name]
>>    \definefontsynonym[MathRoman][file:xits-math.otf] [features=math]
>
> \mathsizesuffix is needed for proper prime size:
>
> \definefontsynonym[MathRoman][file:xits-math.otf] [features=math\mathsizesuffix]

fixed. btw, starting one of these days the minimals will carry the xits 
fonts

Hans

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-04 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-04 18:30 XITS Math font - first beata Khaled Hosny
2010-06-04 18:37 ` Hans Hagen
2010-06-04 18:46   ` XITS Math font - first beta Khaled Hosny
2010-06-04 19:33     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).