summaryrefslogtreecommitdiff
path: root/tex/context/base/type-imp-mathdesign.mkiv
blob: 39ec3843f9703aa216ee8eda9ac0e493d0b51702 (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
32
%D \module
%D   [       file=type-imp-mathdesign,
%D        version=2007.07.30,
%D          title=\CONTEXT\ Typescript Macros,
%D       subtitle=Mathdesign,
%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.

\starttypescriptcollection [mathdesign]

    \starttypescript [\s!math] [charter,mathdesignch] [\s!all]
        \loadfontgoodies[charter-math]
        \definefontsynonym[\s!MathRoman][chartermath@charter-math]
    \stoptypescript

    \starttypescript [\s!math] [garamond,mathdesigngm] [\s!all]
        \loadfontgoodies[garamond-math]
        \definefontsynonym[\s!MathRoman][garamondmath@garamond-math]
    \stoptypescript

    \starttypescript [\s!math] [utopia,mathdesignut] [\s!all]
        \loadfontgoodies[utopia-math]
        \definefontsynonym[\s!MathRoman][utopiamath@utopia-math]
    \stoptypescript

\stoptypescriptcollection