ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: New STIX font version
Date: Fri, 07 Oct 2011 19:24:24 +0200	[thread overview]
Message-ID: <4E8F35C8.5060100@wxs.nl> (raw)
In-Reply-To: <4E8F0443.9060508@net-b.de>

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
___________________________________________________________________________________

  parent reply	other threads:[~2011-10-07 17:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-07 13:53 Tobias Burnus
2011-10-07 17:24 ` Hans Hagen
2011-10-07 17:53   ` Khaled Hosny
2011-10-07 17:24 ` Hans Hagen [this message]
2011-10-07 17:56   ` Khaled Hosny
2011-10-07 18:14     ` Hans Hagen
2011-10-07 19:33       ` Khaled Hosny
2011-10-08 15:19     ` Wolfgang Schuster
2011-10-08 15:34       ` Khaled Hosny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E8F35C8.5060100@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).