summaryrefslogtreecommitdiff
path: root/tex/context/base/type-spe.tex
blob: 03c49f8c339c85c78aa285c71fceb4cd44f722c8 (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
33
34
35
36
37
38
%D \module
%D   [       file=type-spe,
%D        version=2001.04.12, 
%D          title=\CONTEXT\ Typescript Macros,
%D       subtitle=Special scripts, 
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\starttypescript [mono] [courier,lucida] [special] 
  \def\controlspace{\getglyph{ComputerModernMono}{\char32}}
\stoptypescript 

\starttypescript [math] [computer-modern] [special] 
  \usemathcollection[default]
\stoptypescript

\starttypescript [math] [lucida] [special] 
  \usemathcollection[lbr]
\stoptypescript

\starttypescript [math] [ams] [special] 
  \usemathcollection[ams]
\stoptypescript

\starttypescript [math] [times] [special] 
  \usemathcollection[tim]
\stoptypescript

\starttypescript [math] [euler] [special] 
  \usemathcollection[eul]
\stoptypescript

\endinput