type-imp-mathtimes.mkiv /size: 1130 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=type-imp-mathtimes,
3%D        version=2007.07.30,
4%D          title=\CONTEXT\ Typescript Macros,
5%D       subtitle=Math Times,
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[mathtimes]
17
18    \starttypescript [\s!math] [mathtimes] [\s!all]
19        \loadfontgoodies[mathtimes-math]
20        \definefontsynonym[\s!MathRoman][mathtimes@mathtimes-math]
21    \stoptypescript
22
23    \starttypescript [mathtimes]
24        \definetypeface [mathtimes] [\s!rm] [\s!serif] [times]     [\s!default]
25        \definetypeface [mathtimes] [\s!ss] [\s!sans]  [helvetica] [\s!default] [\s!rscale=0.9]
26        \definetypeface [mathtimes] [\s!tt] [\s!mono]  [modern]    [\s!default] [\s!rscale=1.05]
27        \definetypeface [mathtimes] [\s!mm] [\s!math]  [mathtimes] [\s!default]
28        \quittypescriptscanning
29    \stoptypescript
30
31\stoptypescriptcollection
32