On 7-10-2011 15:53, Tobias Burnus wrote:
Hi all,

you might be interested in hearing that there is a new there is a new
version of the STIX fonts (since 1h ago) - or rather a beta version:
1.1.0-beta1. See:
http://sourceforge.net/projects/stixfonts/files/STIXv1.1.0-beta1.zip/download


"The beta period will remain open until December 1, 2011." - Thus, one
has still 5 months time to comment on the bugs. (Or are that two moths?
With STIX ETA one never knows ...)

As reminder: STIX fonts
(http://en.wikipedia.org/wiki/STIX_Fonts_project) are a large collection
of Times-like math fonts, created by several publishing houses in a
rather slow process. A year ago, 1.0 was relased and now with 1.1b1 is
finally released. Seemingly, one can now use it directly such that one
does not need the XITS fonts anymore. (Cf. http://typophile.com/node/71171)

 From the release notes:

"What is new in this release?
The original Version 1.0 STIX was packaged as 29 distinct font files.
Version 1.1.0-­‐beta1 provides the same set of
glyphs packaged as a set of 4 text fonts and 1 symbol font. This new
packaging will facilitate the use of the font on more
desktop applications, and will specifically allow the symbol font to be
used in recent versions of the Microsoft Word Equation Editor."

"In addition, an update was made to address compatibility issues between
the font set and the Windows PostScript driver."

Besides those changes, some a (very) few glyphs have been added and some
smaller changes have been done.

For the bored ...

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

\starttypescript [serif] [stix] [name]
    \setups[font:fallback:serif]
\definefontsynonym[Serif] [file:stix-regular.otf] [features=default] \definefontsynonym[SerifBold] [file:stix-bold.otf] [features=default] \definefontsynonym[SerifItalic] [file:stix-italic.otf] [features=default]

\definefontsynonym[SerifBoldItalic][file:stix-bolditalic.otf][features=default]
\stoptypescript

\starttypescript[stix]
    \definetypeface [stix] [rm] [serif] [stix] [default]
    \definetypeface [stix] [mm] [math]  [stix] [default]
\stoptypescript

\usemodule[mat-12]
\setmathfontlistbodyfonts{cambria,modern,xits,stix}
\starttext
%   \setupbodyfont[xits,12pt] \showmathfontcharacters
    \setupbodyfont[stix,12pt] \showmathfontcharacters
\stoptext

or

\setuplayout
  [backspace=1cm,
   topspace=1cm,
   header=1cm,
   footer=1cm,
   width=middle,
   height=middle]

\usemodule[mat-11]
\starttext
    \setupbodyfont[stix,12pt]
    \showmathfontcharacters
\stoptext

or:

\usemodule[fnt-33]
\starttext
    \setupbodyfont[stix]
    \ShowMathAlphabetCoverage
    \ShowMathCharacterCoverage
\stoptext

or (quite different extra glyph lists, see private area):

\setupbodyfont[modern]
\usemodule[fnt-31]
\startluacode
    fonts.tracers.coverage {
        "cambria.ttc(Cambria Math)",
        "xits-math.otf",
        "stixmath-regular.otf",
        "lmmath-regular",
    }
\stopluacode

so Khaled might be tempted to add the few new shapes to xits

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
___________________________________________________________________________________

Reply via email to