Difference between revisions of "User:Luigi.scarso/stix"

From Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
<texcode>
 
<texcode>
 +
% this typescript will be in the beta
  
 
\starttypescript [math] [stix] [name]
 
\starttypescript [math] [stix] [name]
Line 28: Line 29:
  
 
\usemodule[fnt-25]
 
\usemodule[fnt-25]
 
\startbuffer[mathtest]
 
  \begingroup\mm\mr\showmathfontcharacters\endgroup
 
\stopbuffer
 
  
 
\starttext
 
\starttext
\getbuffer[mathtest]
+
  \showmathfontcharacters
 
 
 
\stoptext
 
\stoptext
 
</texcode>
 
</texcode>

Revision as of 22:17, 28 May 2010

STIX Fonts: a first example

Stix fonts are out now: see http://www.stixfonts.org

I have made a simple pdf from Hans's script below (see http://wiki.contextgarden.net/images/d/d3/Test.pdf)

so we can see them with xpdf (xpdf appears to be broken with pdf from stix's zip)

% this typescript will be in the beta 

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

\starttypescript [serif] [stix] [name] % why 'italic' infull and 'bol' without 'd'?
   \definefontsynonym[Serif]          [file:stixgeneral.otf] [features=default]
   \definefontsynonym[SerifBold]      [file:stixgeneralbol.otf] [features=defaulth]
   \definefontsynonym[SerifItalic]    [file:stixgeneralitalic.otf] [features=default]
   \definefontsynonym[SerifBoldItalic][file:stixgeneralbolita.otf] [features=default]
\stoptypescript

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

\usetypescript[stix]
\setupbodyfont[stix]

\usemodule[fnt-25]

\starttext
   \showmathfontcharacters
\stoptext