type-imp-hvmath.mkiv /size: 1047 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=type-imp-hvmath,
3%D        version=2007.07.30,
4%D          title=\CONTEXT\ Typescript Macros,
5%D       subtitle=HV Math Fonts,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\loadtypescriptfile[texgyre]
15
16\starttypescriptcollection[hvmath]
17
18    \starttypescript [\s!math] [hvmath]
19        \definefontsynonym[\s!MathRoman][hvmath@hvmath-math]
20        \loadfontgoodies[hvmath-math]
21    \stoptypescript
22
23    \starttypescript [hvmath]
24        \definetypeface [hvmath] [\s!ss] [\s!sans]  [heros]  [\s!default] [\s!rscale=0.9]
25        \definetypeface [hvmath] [\s!rm] [\s!serif] [termes] [\s!default]
26        \definetypeface [hvmath] [\s!tt] [\s!mono]  [cursor] [\s!default] [\s!rscale=1.05]
27        \definetypeface [hvmath] [\s!mm] [\s!math]  [hvmath] [\s!default]
28    \stoptypescript
29
30\stoptypescriptcollection
31