summaryrefslogtreecommitdiff
path: root/tex/context/fonts/mkiv/type-imp-mathtimes.mkiv
blob: 21288277289bdcb8be6502a15cc196e85fafbabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%D \module
%D   [       file=type-imp-mathtimes,
%D        version=2007.07.30,
%D          title=\CONTEXT\ Typescript Macros,
%D       subtitle=Math Times,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\loadtypescriptfile[texgyre]

\starttypescriptcollection[mathtimes]

    \starttypescript [\s!math] [mathtimes] [\s!all]
        \loadfontgoodies[mathtimes-math]
        \definefontsynonym[\s!MathRoman][mathtimes@mathtimes-math]
    \stoptypescript

    \starttypescript [mathtimes]
        \definetypeface [mathtimes] [\s!rm] [\s!serif] [times]     [\s!default]
        \definetypeface [mathtimes] [\s!ss] [\s!sans]  [helvetica] [\s!default] [\s!rscale=0.9]
        \definetypeface [mathtimes] [\s!tt] [\s!mono]  [modern]    [\s!default] [\s!rscale=1.05]
        \definetypeface [mathtimes] [\s!mm] [\s!math]  [mathtimes] [\s!default]
        \quittypescriptscanning
    \stoptypescript

\stoptypescriptcollection