type-def.mkiv /size: 1861 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=type-def,
3%D        version=2005.02.04,
4%D          title=\CONTEXT\ Typescript Macros,
5%D       subtitle=Default Definitions,
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\starttypescriptcollection[simplification]
15
16\starttypescript [\s!serif] [\s!simple] [\s!name]
17    \definefontsynonym [\s!Serif]            [\s!Simple]
18    \definefontsynonym [\s!SerifBold]        [\s!Serif]
19    \definefontsynonym [\s!SerifItalic]      [\s!Serif]
20    \definefontsynonym [\s!SerifSlanted]     [\s!Serif]
21    \definefontsynonym [\s!SerifBoldItalic]  [\s!Serif]
22    \definefontsynonym [\s!SerifBoldSlanted] [\s!Serif]
23    \definefontsynonym [\s!SerifCaps]        [\s!Serif]
24\stoptypescript
25
26\starttypescript [\s!sans] [\s!simple] [\s!name]
27    \definefontsynonym [\s!Sans]             [\s!Simple]
28    \definefontsynonym [\s!SansBold]         [\s!Sans]
29    \definefontsynonym [\s!SansItalic]       [\s!Sans]
30    \definefontsynonym [\s!SansSlanted]      [\s!Sans]
31    \definefontsynonym [\s!SansBoldItalic]   [\s!Sans]
32    \definefontsynonym [\s!SansBoldSlanted]  [\s!Sans]
33    \definefontsynonym [\s!SansCaps]         [\s!Sans]
34\stoptypescript
35
36\starttypescript [\s!mono] [\s!simple] [\s!name]
37    \definefontsynonym [\s!Mono]             [\s!Simple]
38    \definefontsynonym [\s!MonoBold]         [\s!Mono]
39    \definefontsynonym [\s!MonoItalic]       [\s!Mono]
40    \definefontsynonym [\s!MonoSlanted]      [\s!Mono]
41    \definefontsynonym [\s!MonoBoldItalic]   [\s!Mono]
42    \definefontsynonym [\s!MonoBoldSlanted]  [\s!Mono]
43    \definefontsynonym [\s!MonoCaps]         [\s!Mono]
44\stoptypescript
45
46\stoptypescriptcollection
47
48\endinput
49