summaryrefslogtreecommitdiff
path: root/tex/context/base/type-spe.tex
blob: a113a765277125da2dbb06b83f312b4b8e329487 (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
39
40
41
42
%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,boldmath] [lucida] [special]
  \usemathcollection[lbr]
\stoptypescript

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

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

\starttypescript [math] [palatino] [special]
  \usemathcollection[default]
\stoptypescript

\starttypescript [math] [fourier] [special]
  \usemathcollection[fou]
\stoptypescript

\endinput